Remove NOSECURE which no longer serves a purpose. Note: FreeBSD also removed
[dragonfly.git] / release / pc98 / fixit_crunch.conf
1 # $FreeBSD: src/release/pc98/fixit_crunch.conf,v 1.1.2.2 2002/04/19 12:42:51 ru Exp $
2 # $DragonFly: src/release/pc98/Attic/fixit_crunch.conf,v 1.2 2003/06/17 04:27:20 dillon 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/pc98
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 -lutil -ll -lm
41 libs -lcurses -ltermcap -ledit -lgnuregex -lkvm -lz