mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-28 22:36:24 +01:00
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:
parent
de5663609e
commit
704d63e64f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1725
@ -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)
|
||||
|
21
usr.sbin/crunch/examples/filesystem.conf
Normal file
21
usr.sbin/crunch/examples/filesystem.conf
Normal 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
|
12
usr.sbin/crunch/examples/kcopy.conf
Normal file
12
usr.sbin/crunch/examples/kcopy.conf
Normal 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
|
Loading…
Reference in New Issue
Block a user