drm/i915: Set GPU freq to idle_freq initially
[dragonfly.git] / usr.bin / crunch / examples / fixit.conf
blob2111e7ac6edabe76588b21fb78d4fdb24f149566
1 # fixit.conf - put in anything we think we might want on a fixit floppy
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.
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
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.  
14 # /bin stuff
16 progs cat chmod cp date dd df echo ed expr hostname kill ln ls mkdir
17 progs mt mv pwd rcp rm rmdir sh sleep stty sync test
19 ln test [
20 ln sh -sh               # init invokes the shell this way
22 # /sbin stuff
24 progs badsect chown clri disklabel dump dmesg fdisk fsck ifconfig init
25 progs mknod mount newfs ping reboot restore swapon umount
26 ln dump rdump
27 ln restore rrestore
29 # /usr/bin stuff
31 progs ftp rsh sed telnet rlogin common find
32 ln common vi
33 ln common view
34 ln common ex
36 # gnu stuff
38 progs cpio gzip
39 ln gzip gunzip
40 ln gzip gzcat
42 # finally, we specify the libraries to link in with our binary
44 libs -lcrypt -ltelnet -lutil -ll
45 libs -lprivate_ncurses -lprivate_ncurses -lprivate_edit -lkvm