Changes to shrink kc filesystem, remove update from dot.profile
authorrahnds <rahnds@openbsd.org>
Thu, 9 Jan 1997 04:23:23 +0000 (04:23 +0000)
committerrahnds <rahnds@openbsd.org>
Thu, 9 Jan 1997 04:23:23 +0000 (04:23 +0000)
and remove an extra file.

distrib/powerpc/Makefile
distrib/powerpc/inst/dot.profile
distrib/powerpc/kc-common/list
distrib/powerpc/kc-common/raminst.conf
distrib/powerpc/kc/.tmp_raminst022552 [deleted file]
distrib/powerpc/kc/dot.profile

index b0ce086..fe723e2 100644 (file)
@@ -1,5 +1,5 @@
 #      $NetBSD: Makefile,v 1.1 1995/07/18 04:12:51 briggs Exp $
 
-SUBDIR= inst
+SUBDIR= inst kc
 
 .include <bsd.subdir.mk>
index ae680ce..603cd70 100644 (file)
@@ -40,9 +40,6 @@ echo 'erase ^?, werase ^H, kill ^U, intr ^C'
 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
index 5e9677a..233e4f3 100644 (file)
@@ -17,9 +17,7 @@ LINK  raminst                 sbin/init
 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
index 0560fc9..3b0939e 100644 (file)
@@ -7,10 +7,10 @@
 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 [
diff --git a/distrib/powerpc/kc/.tmp_raminst022552 b/distrib/powerpc/kc/.tmp_raminst022552
deleted file mode 100644 (file)
index 572633c..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-.include "/proj/openbsd/src/usr.sbin/chroot/Makefile"
-.if defined(PROG) && !defined(OBJS)
-OBJS=${PROG}.o
-.endif
-crunchgen_objs:
-       @echo 'OBJS= '${OBJS}
index ae680ce..603cd70 100644 (file)
@@ -40,9 +40,6 @@ echo 'erase ^?, werase ^H, kill ^U, intr ^C'
 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