1 # $NetBSD: list,v 1.3.8.1 2011/12/24 00:45:25 matt Exp $ 2 3 SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin 4 5 PROG bin/cat 6 PROG bin/chmod 7 PROG bin/cp 8 PROG bin/date 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/mv 16 PROG bin/pax usr/bin/tar 17 PROG bin/ps 18 PROG bin/pwd 19 PROG bin/rm 20 PROG bin/rmdir 21 PROG bin/sh 22 PROG bin/stty 23 PROG bin/sync 24 25 PROG sbin/disklabel 26 PROG sbin/fsck 27 PROG sbin/fsck_ffs 28 PROG sbin/ifconfig 29 PROG sbin/init 30 PROG sbin/mknod 31 PROG sbin/mount 32 PROG sbin/mount_cd9660 33 PROG sbin/mount_ffs 34 PROG sbin/mount_kernfs 35 PROG sbin/mount_msdos 36 PROG sbin/mount_nfs 37 PROG sbin/newfs sbin/mount_mfs 38 PROG sbin/ping 39 PROG sbin/reboot sbin/halt 40 PROG sbin/restore sbin/rrestore 41 PROG sbin/route 42 PROG sbin/shutdown 43 PROG sbin/slattach 44 PROG sbin/swapctl 45 PROG sbin/sysctl 46 PROG sbin/umount 47 48 PROG usr/bin/ftp 49 PROG usr/bin/gzip usr/bin/gunzip usr/bin/gzcat 50 PROG usr/bin/less usr/bin/more 51 PROG usr/bin/sed 52 PROG usr/bin/tset 53 PROG usr/bin/vmstat 54 55 PROG usr/sbin/chown usr/bin/chgrp 56 PROG usr/sbin/chroot 57 58 SPECIAL ping srcdir distrib/utils/x_ping 59 60 LIBS libhack.o -lbz2 -ledit -lutil -lcurses -ltermcap -lkvm -lrmt -lcrypt -ll -lm -lz -lprop 61 62 # init invokes the shell as -sh 63 ARGVLN sh -sh 64 65 # various files that we need in /etc for the install 66 COPY ${NETBSDSRCDIR}/etc/group etc/group 67 COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 68 COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 69 COPY ${NETBSDSRCDIR}/etc/protocols etc/protocols 70 COPY ${NETBSDSRCDIR}/distrib/common/services etc/services 71 72 # and the common installation tools 73 COPY ${DESTDIR}/usr/share/misc/termcap usr/share/misc/termcap 74 75 # the disktab explanation file 76 COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall 77 78 # and the installation tools 79 COPY ${CURDIR}/dot.profile .profile 80 COPY ${CURDIR}/dot.hdprofile tmp/.hdprofile 81