1 # $NetBSD: list,v 1.18 2009/09/20 23:19:52 abs Exp $ 2 3 # usr.bin/less has to be first, otherwise the ramdisk.mk generation fails 4 SRCDIRS usr.bin/less bin sbin usr.bin usr.sbin gnu/usr.bin 5 6 PROG bin/cat 7 #PROG bin/chio 8 PROG bin/chmod 9 PROG bin/cp 10 PROG bin/dd 11 PROG bin/df 12 PROG bin/ed 13 PROG bin/ln 14 PROG bin/ls 15 PROG bin/mkdir 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/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_filecore 35 PROG sbin/mount_kernfs 36 PROG sbin/mount_msdos 37 PROG sbin/mount_nfs 38 PROG sbin/newfs sbin/mount_mfs 39 PROG sbin/ping 40 PROG sbin/reboot sbin/halt 41 #PROG sbin/restore sbin/rrestore 42 PROG sbin/route 43 #PROG sbin/scsictl 44 #PROG sbin/shutdown 45 #PROG sbin/slattach 46 PROG sbin/swapctl 47 PROG sbin/umount 48 49 PROG usr/bin/ftp 50 PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 51 PROG usr/bin/less usr/bin/more 52 PROG usr/bin/sed 53 PROG usr/bin/tip 54 55 PROG usr/sbin/chown usr/bin/chgrp 56 PROG usr/sbin/chroot 57 58 # init invokes the shell as -sh 59 ARGVLN sh -sh 60 61 SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 62 SPECIAL ping srcdir distrib/utils/x_ping 63 SPECIAL route srcdir distrib/utils/x_route 64 65 LIBS libhack.o -lbz2 -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm -lz -lprop 66 67 # various files that we need in /etc for the install 68 COPY ${NETBSDSRCDIR}/etc/group etc/group 69 COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 70 COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 71 COPY ${DISTRIBDIR}/common/protocols etc/protocols 72 COPY ${DISTRIBDIR}/common/services etc/services 73 74 # and the common installation tools 75 COPY ${DISTRIBDIR}/common/termcap usr/share/misc/termcap 76 77 # and the installation tools 78 COPY ${CURDIR}/dot.profile .profile 79