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