and remove an extra file.
# $NetBSD: Makefile,v 1.1 1995/07/18 04:12:51 briggs Exp $
-SUBDIR= inst
+SUBDIR= inst kc
.include <bsd.subdir.mk>
stty newcrt werase ^H intr ^C kill ^U erase ^? 9600
echo ''
-# start running update, so that installed software is written as it goes.
-update
-
# pull in the function definitions that people will use from the shell prompt.
. /.commonutils
. /.instutils
LINK raminst sbin/mount
LINK raminst sbin/mount_ffs
LINK raminst sbin/reboot
-LINK raminst sbin/shutdown
LINK raminst sbin/umount
-LINK raminst usr/bin/printf
SPECIAL /bin/rm raminst
# copy the MAKEDEV script and make some devices
srcdirs bin sbin usr.bin usr.sbin
srcdirs gnu/usr.bin
-progs cat cp expr
-progs init mount
-progs mount_ffs printf pwd reboot
-progs sh shutdown stty sync test umount # update
+progs cat cp pwd
+progs sh stty sync test init
+progs mount mount_ffs reboot
+progs umount
ln sh -sh # init invokes the shell this way
ln test [
+++ /dev/null
-.include "/proj/openbsd/src/usr.sbin/chroot/Makefile"
-.if defined(PROG) && !defined(OBJS)
-OBJS=${PROG}.o
-.endif
-crunchgen_objs:
- @echo 'OBJS= '${OBJS}
stty newcrt werase ^H intr ^C kill ^U erase ^? 9600
echo ''
-# start running update, so that installed software is written as it goes.
-update
-
# pull in the function definitions that people will use from the shell prompt.
. /.commonutils
. /.instutils