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


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


desc
@@



1.1
log
@Initial revision
@
text
@# make sure the environment is set for kernel objects
if [ $K386OBJ ]
then
	:
else
	echo "Error - K386OBJ environment variable not set!"
	exit 1
fi
@
