blob: a37e0dcaca834aa3b4985f97fb0d9f0c8c3b9e8d (
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
31
|
# $OpenBSD: instbin-nokrb.conf,v 1.6 2000/07/07 21:52:14 marc 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 cp dd df disklabel dhclient ed
progs fsck_ffs ftp fdisk
progs ifconfig init less ln ls mkdir mknod mount mount_cd9660
progs mount_ffs mount_msdos mount_kernfs mount_ext2fs
progs mv newfs pax ksh ping reboot rm route
progs sed sleep stty umount
progs rsh restore gzip grep installboot
ln chmod chgrp
ln chmod chown
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
|