1 # $NetBSD: list,v 1.3 2007/08/21 02:20:55 skd Exp $ 2 # 3 4 SRCDIRS usr.bin/less 5 6 PROG bin/cat 7 PROG bin/chmod 8 PROG bin/cp 9 PROG bin/dd 10 PROG bin/df 11 PROG bin/ed 12 PROG bin/ln 13 PROG bin/ls 14 PROG bin/mkdir 15 PROG bin/mt 16 PROG bin/mv 17 PROG bin/pax usr/bin/tar 18 PROG bin/pwd 19 PROG bin/rcmd 20 PROG bin/rm 21 PROG bin/sh 22 PROG bin/stty 23 PROG bin/sync 24 25 PROG sbin/dhclient 26 PROG sbin/disklabel 27 PROG sbin/fdisk 28 PROG sbin/fsck 29 PROG sbin/fsck_ffs 30 PROG sbin/ifconfig 31 PROG sbin/init 32 PROG sbin/mbrlabel 33 PROG sbin/mknod 34 PROG sbin/mount 35 PROG sbin/mount_cd9660 36 PROG sbin/mount_ext2fs 37 PROG sbin/mount_ffs 38 PROG sbin/mount_kernfs 39 PROG sbin/mount_lfs 40 PROG sbin/mount_msdos 41 PROG sbin/mount_nfs 42 PROG sbin/mount_ntfs 43 PROG sbin/newfs sbin/mount_mfs 44 PROG sbin/newfs_lfs 45 PROG sbin/ping 46 PROG sbin/raidctl 47 PROG sbin/reboot sbin/halt 48 PROG sbin/restore sbin/rrestore 49 PROG sbin/route 50 PROG sbin/shutdown 51 PROG sbin/swapctl 52 PROG sbin/umount 53 54 PROG usr/bin/ftp 55 PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 56 PROG usr/bin/less usr/bin/more 57 PROG usr/bin/sed 58 59 PROG usr/libexec/lfs_cleanerd 60 61 PROG usr/sbin/installboot 62 63 PROG usr/sbin/chown usr/bin/chgrp 64 PROG usr/sbin/chroot 65 PROG usr/sbin/wiconfig 66 67 SPECIAL dhclient srcdir distrib/utils/x_dhclient 68 SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 69 SPECIAL ping srcdir distrib/utils/x_ping 70 SPECIAL route srcdir distrib/utils/x_route 71 72 LIBS libhack.o -lbz2 -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm -lz 73 74 # various files that we need in /etc for the install 75 COPY ${NETBSDSRCDIR}/usr.sbin/dhcp/clientscript/dhclient-script sbin/dhclient-script 555 76 77 # the disktab explanation file 78 COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall 79