blob: fdf75e19ed37606b4c6a917b998d829f6d8559b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# $OpenBSD: instbin-nokrb.conf,v 1.1 1999/08/06 20:49:08 deraadt Exp $
#
# instbin-nokrb.conf - unified binary for the inst/upgr floppies
#
srcdirs distrib/special bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
srcdirs usr.sbin/pppd sys/arch/i386/stand
progs cat chmod chown cp dd df disklabel dhclient ed
progs expr fsck_ffs ftp fdisk
progs ifconfig init less ln ls mkdir mknod mount mount_cd9660
progs mount_ffs mount_msdos mount_nfs mount_kernfs mount_ext2fs
progs mv newfs pax ksh ping reboot rm route
progs sed sleep stty tip umount
progs rsh restore gzip sort grep installboot
ln chown chgrp
ln fsck_ffs fsck
ln less more
ln pax tar
ln pax cpio
ln ksh sh
ln ksh -sh # init invokes the shell this way
ln reboot halt
ln gzip gunzip
ln grep egrep
ln grep fgrep
# Use -lotermcap instead of -ltermcap/-lcurses since it is smaller
libs -lutil -lotermcap -ll -lm
|