:
: Tecmar Graphics Master
:
UNDEF="${UNDEF} -u iscon_ -u grcon_ lib/gm.a"
PATCH="${PATCH} drvl_+20=iscon_ drvl_+300=grcon_"
:
if [ -d "${DEV-/dev}" ]
then
	umask 0111
	/etc/mknod -f ${DEV-/dev}/console c  2 0 || exit 1
	/etc/mknod -f ${DEV-/dev}/gr      c 30 0 || exit 1
fi
