]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - release/fixit_crunch.conf
When sending radius authentication requests:
[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 date dd df echo ed expr hostname kill ln ls mkdir
17 progs mt mv pwd rm rmdir sleep stty sync test
18
19 ln test [
20
21 # /sbin stuff
22
23 progs badsect chown clri disklabel dump dmesg fdisk ft
24 progs mknod mount newfs ping reboot restore swapon umount
25
26 progs mount_msdos mount_cd9660 mount_nfs
27
28 ln dump rdump
29 ln restore rrestore
30 ln newfs mount_mfs
31 ln chown chgrp
32
33 # /usr/bin stuff
34
35 progs ftp more sed telnet vi find grep
36 ln vi view
37 ln vi ex
38
39 # finally, we specify the libraries to link in with our binary
40
41 libs -lcrypt -ltelnet -lutil -ll -lm
42 libs -lcurses -ltermcap -ledit -lgnuregex -lkvm -lz