28 lines
676 B
Plaintext
28 lines
676 B
Plaintext
#
|
|
# $NetBSD: mini_usr.conf,v 1.2 1995/11/21 21:18:59 gwr Exp $
|
|
#
|
|
# common/mini_usr.conf
|
|
#
|
|
# The only real purpose of this crunched binary is to
|
|
# provide statically linked versions of some programs
|
|
# that would normally reside in usr/bin or usr/sbin.
|
|
# A few related ones are thrown in to save space:
|
|
# chgrp, rcp
|
|
#
|
|
# Many others were kept separate, somewhat arbitrarily,
|
|
# but mostly things that are somewhat large, or that are
|
|
# normally used separately, or have weird make rules...
|
|
|
|
srcdirs bin
|
|
progs rcp
|
|
|
|
srcdirs usr.sbin
|
|
progs bad144 chown chroot eeprom rdate update
|
|
|
|
srcdirs usr.bin
|
|
progs basename chflags cksum cmp cut ftp
|
|
progs rsh sed strings tftp
|
|
|
|
ln chown chgrp
|
|
|