head     1.1;
branch   ;
access   ;
symbols  ;
locks    bin:1.1; strict;
comment  @# @;


1.1
date     92.07.02.09.04.17;  author bin;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@if [ $DOSOBJ ]
then
if [ $DOSBIN ]
then
make
else
echo "Error - DOSOBJ not defined - (e.g. /usr/src/dos/obj286)"
fi
else
echo "Error - DOSBIN not defined - (e.g. /usr/srs/dos/bin286)"
fi
@
