1 # $NetBSD: list,v 1.2 2006/11/18 16:09:57 dsl Exp $ 2 # 3 4 PROG bin/chio 5 PROG bin/dd 6 PROG bin/df 7 PROG bin/ed 8 PROG bin/mt 9 PROG bin/rcmd 10 PROG bin/sync 11 12 PROG sbin/dhclient 13 PROG sbin/fdisk 14 PROG sbin/mount_ext2fs 15 PROG sbin/mount_ntfs 16 PROG sbin/raidctl 17 PROG sbin/restore sbin/rrestore 18 PROG sbin/scsictl 19 PROG sbin/shutdown 20 PROG sbin/slattach 21 PROG sbin/sysctl 22 23 PROG usr/bin/less usr/bin/more 24 PROG usr/bin/tip 25 26 PROG usr/sbin/installboot 27 28 PROG usr/sbin/wiconfig 29 30 SPECIAL dhclient srcdir distrib/utils/x_dhclient 31 32 # various files that we need in /etc for the install 33 COPY ${NETBSDSRCDIR}/usr.sbin/dhcp/clientscript/dhclient-script sbin/dhclient-script 555 34 35 # the disktab explanation file 36 COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall 37