diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
commit | d6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch) | |
tree | ece253b876159b39c620e62b6c9b1174642e070e /distrib/sun3/common/mini_usr.conf |
initial import of NetBSD tree
Diffstat (limited to 'distrib/sun3/common/mini_usr.conf')
-rw-r--r-- | distrib/sun3/common/mini_usr.conf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/distrib/sun3/common/mini_usr.conf b/distrib/sun3/common/mini_usr.conf new file mode 100644 index 00000000000..46223f0608c --- /dev/null +++ b/distrib/sun3/common/mini_usr.conf @@ -0,0 +1,25 @@ +# +# $NetBSD: mini_usr.conf,v 1.1.1.1 1995/10/08 23:07:50 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 +# + +srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin /usr/src/usr.sbin + +progs chown chroot cksum cmp eeprom ftp more printf +progs rcp rsh sed strings tftp tip update + +ln chown chgrp + +# These are linked -static so they are not needed here. +# srcdirs /usr/src/gnu/usr.bin +# progs gzip, tar +# ln gzip gzcat gunzip + +libs -ltermcap |