1 # $NetBSD: list,v 1.24 2011/07/03 23:11:32 tron Exp $ 2 3 # external/bsd/less/bin has to be first, otherwise the ramdisk.mk generation fails 4 SRCDIRS external/bsd/less/bin bin sbin usr.bin usr.sbin 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/chown bin/chgrp 26 PROG sbin/disklabel 27 PROG sbin/fsck 28 PROG sbin/fsck_ffs 29 PROG sbin/ifconfig 30 PROG sbin/init 31 PROG sbin/mknod 32 PROG sbin/mount 33 PROG sbin/mount_cd9660 34 PROG sbin/mount_ffs 35 PROG sbin/mount_filecore 36 PROG sbin/mount_kernfs 37 PROG sbin/mount_msdos 38 PROG sbin/mount_nfs 39 PROG sbin/newfs sbin/mount_mfs 40 PROG sbin/ping 41 PROG sbin/reboot sbin/halt 42 #PROG sbin/restore sbin/rrestore 43 PROG sbin/route 44 #PROG sbin/scsictl 45 #PROG sbin/shutdown 46 #PROG sbin/slattach 47 PROG sbin/swapctl 48 PROG sbin/umount 49 50 PROG usr/bin/ftp 51 PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 52 PROG usr/bin/less usr/bin/more 53 PROG usr/bin/sed 54 PROG usr/bin/tip 55 56 PROG usr/sbin/chroot 57 58 # init invokes the shell as -sh 59 ARGVLN sh -sh 60 61 SPECIAL gzip srcdir distrib/utils/x_gzip 62 SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 63 SPECIAL ping srcdir distrib/utils/x_ping 64 SPECIAL route srcdir distrib/utils/x_route 65 66 LIBS libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop 67 68 # various files that we need in /etc for the install 69 COPY ${NETBSDSRCDIR}/etc/group etc/group 70 COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 71 COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 72 COPY ${DISTRIBDIR}/common/protocols etc/protocols 73 COPY ${DISTRIBDIR}/common/services etc/services 74 75 # and the installation tools 76 COPY ${CURDIR}/dot.profile .profile 77