summaryrefslogtreecommitdiffstats
path: root/release/cpio_crunch.conf
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-02-25 22:08:48 +0000
committerphk <phk@FreeBSD.org>1995-02-25 22:08:48 +0000
commite9f480c4e29870ca34921a5ce3aacfea694dd07b (patch)
treefe003f593ee7c9c8678f0d513707702f3ac26cd2 /release/cpio_crunch.conf
parentd14516cf6b5c4e3b6f34f9b8006b494365b09752 (diff)
downloadFreeBSD-src-e9f480c4e29870ca34921a5ce3aacfea694dd07b.zip
FreeBSD-src-e9f480c4e29870ca34921a5ce3aacfea694dd07b.tar.gz
New and better "make release" rules.
Diffstat (limited to 'release/cpio_crunch.conf')
-rw-r--r--release/cpio_crunch.conf37
1 files changed, 37 insertions, 0 deletions
diff --git a/release/cpio_crunch.conf b/release/cpio_crunch.conf
new file mode 100644
index 0000000..114a0f4
--- /dev/null
+++ b/release/cpio_crunch.conf
@@ -0,0 +1,37 @@
+# fixit.conf - put in anything we think we might want on a fixit floppy
+
+# first, we list the source dirs that our programs reside in. These are
+# searched in order listed to find the dir containing each program.
+
+srcdirs /usr/src/gnu/usr.bin
+srcdirs /usr/src/bin /usr/src/sbin /usr/src/sbin/i386 /usr/src/usr.bin
+srcdirs /usr/src/usr.sbin
+
+# second, we list all the programs we want to include in our crunched binary.
+# The order doesn't matter. Any program that needs hard links to it gets an
+# `ln' directive.
+
+# /bin stuff
+
+progs cat chmod cksum cp date dd df echo ed expr grep hostname kill ln ls
+progs mkdir mt mv pwd rcp rm rmdir sh sleep slattach stty sync test
+ln test [
+ln sh -sh # init invokes the shell this way
+
+# /sbin stuff
+
+progs badsect basename chown clri disklabel dmesg dump dmesg fdisk fsck ft
+progs getopt ifconfig init mknod mount mount_cd9660 mount_msdos mount_nfs
+progs newfs ping reboot restore route swapon umount
+ln dump rdump
+ln restore rrestore
+ln reboot halt
+
+# /usr/bin stuff
+
+progs tar tip ftp ncftp rsh sed telnet rlogin
+ln tip cu
+
+# finally, we specify the libraries to link in with our binary
+libs -lcrypt -ltelnet -lutil -ll -ledit
+libs -lgnuregex -lreadline -lcurses -ltermcap -lkvm
OpenPOWER on IntegriCloud