Initial import from FreeBSD RELENG_4:
[dragonfly.git] / release / fixit_crunch.conf
1 # $FreeBSD: src/release/fixit_crunch.conf,v 1.21.2.3 2002/04/19 12:42:50 ru Exp $
2
3 buildopts -DRELEASE_CRUNCH
4
5 # first, we list the source dirs that our programs reside in.  These are
6 # searched in order listed to find the dir containing each program.
7
8 srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin /usr/src/usr.sbin
9 srcdirs /usr/src/gnu/usr.bin /usr/src/usr.bin/vi
10
11 # second, we list all the programs we want to include in our crunched binary.
12 # The order doesn't matter.  Any program that needs hard links to it gets an
13 # `ln' directive.  
14
15 # /bin stuff
16
17 progs cat chmod chroot cp dd df echo expr kill ln ls mkdir
18 progs mv rm rmdir sleep sync
19
20 # /sbin stuff
21
22 progs chown clri disklabel dmesg
23 progs mknod mount reboot restore swapon umount
24
25 progs mount_msdos mount_cd9660
26
27 ln restore rrestore
28 ln chown chgrp
29
30 # /usr/bin stuff
31
32 progs ftp      telnet vi grep
33 ln vi view
34 ln vi ex
35
36 # finally, we specify the libraries to link in with our binary
37
38 libs -lcrypt -lutil -ll -lm
39 libs -lcurses -ltermcap -ledit -lgnuregex -lkvm -lz