1 # $NetBSD: list,v 1.7 2007/05/10 23:22:32 dogcow Exp $ 2 3 SRCDIRS bin sbin libexec 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/dd 9 PROG bin/df 10 PROG bin/ed 11 PROG bin/ln 12 PROG bin/ls 13 PROG bin/mkdir 14 PROG bin/mt 15 PROG bin/mv 16 PROG bin/pax usr/bin/tar 17 PROG bin/pwd 18 PROG bin/rcmd 19 PROG bin/rcp 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/fsck 28 PROG sbin/fsck_ffs 29 PROG sbin/fsck_lfs 30 PROG sbin/ifconfig 31 PROG sbin/init 32 PROG sbin/mknod 33 PROG sbin/mount 34 PROG sbin/mount_cd9660 35 PROG sbin/mount_ext2fs 36 PROG sbin/mount_ffs 37 PROG sbin/mount_kernfs 38 PROG sbin/mount_lfs 39 PROG sbin/mount_msdos 40 PROG sbin/mount_nfs 41 PROG sbin/newfs sbin/mount_mfs 42 PROG sbin/newfs_lfs 43 PROG sbin/ping 44 PROG sbin/raidctl 45 PROG sbin/reboot sbin/halt 46 PROG sbin/restore sbin/rrestore 47 PROG sbin/route 48 PROG sbin/shutdown 49 PROG sbin/slattach 50 PROG sbin/swapctl 51 PROG sbin/sysctl 52 PROG sbin/umount 53 54 PROG usr/bin/ftp 55 PROG usr/bin/getopt 56 PROG usr/bin/gzip usr/bin/gunzip usr/bin/gzcat 57 PROG usr/bin/less usr/bin/more 58 PROG usr/bin/sed 59 PROG usr/bin/tip 60 61 PROG libexec/lfs_cleanerd 62 63 PROG usr/sbin/chat 64 PROG usr/sbin/chown usr/bin/chgrp 65 PROG usr/sbin/chroot 66 PROG usr/sbin/installboot 67 PROG usr/sbin/pppd 68 69 # init invokes the shell as -sh 70 ARGVLN sh -sh 71 72 SPECIAL chat srcdir usr.sbin/pppd/chat 73 SPECIAL dhclient srcdir distrib/utils/x_dhclient 74 SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 75 SPECIAL ping srcdir distrib/utils/x_ping 76 SPECIAL pppd srcdir usr.sbin/pppd/pppd 77 SPECIAL route srcdir distrib/utils/x_route 78 79 LIBS libhack.o 80 LIBS -ledit -lutil -lcurses -ltermcap -lrmt -lbz2 -lcrypt -ll -lm -lpcap -lz 81 82 # various files that we need in /etc for the install 83 COPY ${NETBSDSRCDIR}/etc/group etc/group 84 COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 85 COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 86 COPY ${NETBSDSRCDIR}/etc/protocols etc/protocols 87 COPY ${NETBSDSRCDIR}/distrib/common/services etc/services 88 89 COPY ${NETBSDSRCDIR}/usr.sbin/dhcp/clientscript/dhclient-script sbin/dhclient-script 555 90 91 # we need the boot block in /usr/mdec + the arch specific extras 92 COPY ${DESTDIR}/usr/mdec/binstall usr/mdec/binstall 555 93 COPY ${DESTDIR}/usr/mdec/bootblk usr/mdec/bootblk 94 COPY ${DESTDIR}/usr/mdec/ofwboot ofwboot 95 COPY ${DESTDIR}/usr/mdec/ofwboot usr/mdec/ofwboot 96 97 # and the common installation tools 98 COPY ${INSTFSDIR}/termcap.mini usr/share/misc/termcap 99 100 # the disktab explanation file 101 COPY ${INSTFSDIR}/disktab.preinstall etc/disktab.preinstall 102 103 # and the installation tools 104 COPY ${INSTFSDIR}/dot.profile .profile 105 106 # zoneinfo files 107 COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo 108