1999-08-28 01:35:59 +00:00
|
|
|
# $FreeBSD$
|
1995-03-13 20:09:38 +00:00
|
|
|
|
|
|
|
# first, we list the source dirs that our programs reside in. These are
|
|
|
|
# searched in order listed to find the dir containing each program.
|
|
|
|
|
|
|
|
srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin /usr/src/usr.sbin
|
|
|
|
srcdirs /usr/src/gnu/usr.bin /usr/src/usr.bin/vi
|
|
|
|
srcdirs /usr/src/sbin/i386
|
|
|
|
|
|
|
|
# second, we list all the programs we want to include in our crunched binary.
|
|
|
|
# The order doesn't matter. Any program that needs hard links to it gets an
|
|
|
|
# `ln' directive.
|
|
|
|
|
|
|
|
# /bin stuff
|
|
|
|
|
1995-04-20 06:48:31 +00:00
|
|
|
progs cat chmod chroot cp date dd df echo ed expr hostname kill ln ls mkdir
|
1999-06-09 09:08:22 +00:00
|
|
|
progs mt mv pwd rm rmdir sleep stty sync test
|
1995-03-13 20:09:38 +00:00
|
|
|
|
|
|
|
ln test [
|
|
|
|
|
|
|
|
# /sbin stuff
|
|
|
|
|
1999-09-09 21:20:55 +00:00
|
|
|
progs chown clri disklabel dump dmesg fdisk
|
1998-09-19 01:46:22 +00:00
|
|
|
progs mknod mount newfs ping reboot restore swapon umount
|
1995-04-20 06:48:31 +00:00
|
|
|
|
1999-09-09 21:20:55 +00:00
|
|
|
progs mount_msdos mount_cd9660
|
1996-11-09 16:25:47 +00:00
|
|
|
|
1995-03-13 20:09:38 +00:00
|
|
|
ln dump rdump
|
|
|
|
ln restore rrestore
|
1995-12-07 10:34:59 +00:00
|
|
|
ln newfs mount_mfs
|
1996-07-31 05:21:20 +00:00
|
|
|
ln chown chgrp
|
1995-03-13 20:09:38 +00:00
|
|
|
|
|
|
|
# /usr/bin stuff
|
|
|
|
|
1999-09-09 21:20:55 +00:00
|
|
|
progs ftp more telnet vi grep
|
1996-11-09 12:08:57 +00:00
|
|
|
ln vi view
|
|
|
|
ln vi ex
|
1995-03-13 20:09:38 +00:00
|
|
|
|
|
|
|
# finally, we specify the libraries to link in with our binary
|
|
|
|
|
1997-07-29 21:32:52 +00:00
|
|
|
libs -lcrypt -ltelnet -lutil -ll -lm
|
1998-09-19 01:46:22 +00:00
|
|
|
libs -lcurses -ltermcap -ledit -lgnuregex -lkvm -lz
|