#! /.bin.BSD/sh
#ident	"@(#)mksyshead::mksyshead	1.19"
#
#
#	Install UNIX System 'sys' header files
#
rm=/.bin.BSD/rm
ln=/.bin.BSD/ln
SRCDIR=/sys
TARGDIR=$ROOT/usr/include

$rm -f $TARGDIR/sys $TARGDIR/machine $TARGDIR/ufs
$ln -s $SRCDIR/sysv/sys $TARGDIR/sys
$ln -s $SRCDIR/machine $TARGDIR/machine
$ln -s $SRCDIR/ufs $TARGDIR/ufs
#$ln -s $SRCDIR/h/vnode.h $TARGDIR/sys
