summaryrefslogtreecommitdiffstats
path: root/usr.sbin/crunch
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-06-15 10:49:34 +0000
committerjkh <jkh@FreeBSD.org>1994-06-15 10:49:34 +0000
commit9de44e8c43ea4ee0d270d24de0d68fd3896f591d (patch)
tree50d11ee1a7f68389cdbd2c13076960ed04c974d6 /usr.sbin/crunch
parent4b51000a3a15c27ce2b873817a1e75f76c2996a1 (diff)
downloadFreeBSD-src-9de44e8c43ea4ee0d270d24de0d68fd3896f591d.zip
FreeBSD-src-9de44e8c43ea4ee0d270d24de0d68fd3896f591d.tar.gz
1. Clean the intermediate files when building the default fixit floppy
(demonstration) target. 2. Add the kcopy and filesystem floppy configuration files from Rod.
Diffstat (limited to 'usr.sbin/crunch')
-rw-r--r--usr.sbin/crunch/examples/Makefile2
-rw-r--r--usr.sbin/crunch/examples/filesystem.conf21
-rw-r--r--usr.sbin/crunch/examples/kcopy.conf12
3 files changed, 34 insertions, 1 deletions
diff --git a/usr.sbin/crunch/examples/Makefile b/usr.sbin/crunch/examples/Makefile
index a1681e9..5fcbf86 100644
--- a/usr.sbin/crunch/examples/Makefile
+++ b/usr.sbin/crunch/examples/Makefile
@@ -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)
diff --git a/usr.sbin/crunch/examples/filesystem.conf b/usr.sbin/crunch/examples/filesystem.conf
new file mode 100644
index 0000000..e45fd16
--- /dev/null
+++ b/usr.sbin/crunch/examples/filesystem.conf
@@ -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
diff --git a/usr.sbin/crunch/examples/kcopy.conf b/usr.sbin/crunch/examples/kcopy.conf
new file mode 100644
index 0000000..3e14ab6
--- /dev/null
+++ b/usr.sbin/crunch/examples/kcopy.conf
@@ -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
OpenPOWER on IntegriCloud