1. Clean the intermediate files when building the default fixit floppy

(demonstration) target.
2. Add the kcopy and filesystem floppy configuration files from Rod.
This commit is contained in:
Jordan K. Hubbard 1994-06-15 10:49:34 +00:00
parent de5663609e
commit 704d63e64f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1725
3 changed files with 34 additions and 1 deletions

View File

@ -11,7 +11,7 @@ OUTMK= $(CRUNCHED).mk
OUTPUTS= $(OUTMK) $(CRUNCHED).c $(CRUNCHED).cache
NOMAN=
CLEANFILES+=$(CRUNCHED) *.o *.lo *_stub.c
CLEANFILES+=$(CRUNCHED) *.o *.lo *_stub.c $(OUTMK)
CLEANDIRFILES+=$(OUTPUTS)
all: $(CRUNCHED)

View File

@ -0,0 +1,21 @@
# $Id$
srcdirs /usr/src/bin /usr/src/sbin /usr/src/gnu/usr.bin /usr/src/usr.sbin
# /bin
progs sh expr ls mkdir rm sync test
ln test [
# /sbin
progs disklabel fdisk halt init mount mount_pcfs newfs umount
# /usr/bin
progs cpio gzip
ln gzip gunzip
ln gzip gzcat
ln gzip zcat
# /usr/sbin
progs bad144
libs -lutil

View File

@ -0,0 +1,12 @@
# $Id$
srcdirs /usr/src/bin /usr/src/sbin
# Programs from bin/
progs sh cp echo test
ln test [
#
# Programs from sbin/
progs mount mount_isofs mount_pcfs fsck halt init umount
libs -lutil -lcrypt