]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - release/fixit_crunch.conf
With the removal of more, update the fixit floppy to contain
[FreeBSD/FreeBSD.git] / release / fixit_crunch.conf
1 # $FreeBSD$
2
3 # first, we list the source dirs that our programs reside in.  These are
4 # searched in order listed to find the dir containing each program.
5
6 srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin /usr/src/usr.sbin
7 srcdirs /usr/src/gnu/usr.bin /usr/src/usr.bin/vi
8 srcdirs /usr/src/sbin/i386
9
10 # second, we list all the programs we want to include in our crunched binary.
11 # The order doesn't matter.  Any program that needs hard links to it gets an
12 # `ln' directive.  
13
14 # /bin stuff
15
16 progs cat chmod chroot cp dd df echo expr kill ln ls mkdir
17 progs mv rm rmdir sleep sync
18
19 # /sbin stuff
20
21 progs chown clri disklabel dmesg fdisk
22 progs mknod mount reboot restore swapon umount
23
24 progs mount_msdos mount_cd9660
25
26 ln restore rrestore
27 ln chown chgrp
28
29 # /usr/bin stuff
30
31 progs ftp less telnet vi grep
32 ln less more
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 -ltelnet -lutil -ll -lm
39 libs -lcurses -ltermcap -ledit -lgnuregex -lkvm -lz