1 # $NetBSD: list,v 1.4 2007/08/24 17:11:59 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 libexec/lfs_cleanerd 26 27 PROG sbin/dhclient 28 PROG sbin/disklabel 29 PROG sbin/fdisk 30 PROG sbin/fsck 31 PROG sbin/fsck_ffs 32 PROG sbin/ifconfig 33 PROG sbin/init 34 PROG sbin/mbrlabel 35 PROG sbin/mknod 36 PROG sbin/mount 37 PROG sbin/mount_cd9660 38 PROG sbin/mount_ext2fs 39 PROG sbin/mount_ffs 40 PROG sbin/mount_kernfs 41 PROG sbin/mount_lfs 42 PROG sbin/mount_msdos 43 PROG sbin/mount_nfs 44 PROG sbin/mount_ntfs 45 PROG sbin/newfs sbin/mount_mfs 46 PROG sbin/newfs_lfs 47 PROG sbin/ping 48 PROG sbin/raidctl 49 PROG sbin/reboot sbin/halt 50 PROG sbin/restore sbin/rrestore 51 PROG sbin/route 52 PROG sbin/shutdown 53 PROG sbin/swapctl 54 PROG sbin/umount 55 56 PROG usr/bin/ftp 57 PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 58 PROG usr/bin/less usr/bin/more 59 PROG usr/bin/sed 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