1 # $NetBSD: list,v 1.16 2002/10/17 06:38:27 lukem Exp $ 2 3 SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/x68k/stand 4 5 # copy the crunched binary, link to it, and kill it 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/rm 20 PROG bin/sh 21 #PROG bin/sleep 22 PROG bin/stty 23 PROG bin/sync 24 25 PROG sbin/disklabel 26 PROG sbin/dmesg 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 sbin/mount_cd9660 sbin/mount_ffs sbin/mount_kernfs sbin/mount_msdos sbin/mount_nfs 33 PROG sbin/newfs sbin/mount_mfs 34 PROG sbin/ping 35 PROG sbin/ping6 36 PROG sbin/reboot sbin/halt 37 PROG sbin/route 38 PROG sbin/rtsol 39 PROG sbin/shutdown 40 #PROG sbin/slattach 41 PROG sbin/swapctl 42 PROG sbin/umount 43 44 PROG usr/bin/ftp 45 PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 46 PROG usr/bin/more usr/bin/less 47 PROG usr/mdec/newdisk 48 PROG usr/mdec/installboot usr/mdec/installboot.new 49 PROG usr/sbin/chown usr/bin/chgrp 50 #PROG usr/sbin/chroot 51 PROG usr/sbin/memswitch 52 53 ARGVLN sh -sh 54 55 SPECIAL dmesg srcdir distrib/utils/x_dmesg 56 #SPECIAL ed srcdir distrib/utils/x_ed 57 SPECIAL gzip srcdir distrib/utils/x_gzip 58 SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 59 SPECIAL more srcdir distrib/utils/more 60 SPECIAL ping srcdir distrib/utils/x_ping 61 SPECIAL ping6 srcdir distrib/utils/x_ping6 62 SPECIAL route srcdir distrib/utils/x_route 63 SPECIAL installboot srcdir sys/arch/x68k/stand/installboot 64 65 # libhack.o is built by Makefile & included Makefile.inc 66 LIBS libhack.o -lz -lutil -lcurses -ltermcap -lcrypt -ll -lm 67 68 # various files that we need in /etc for the install 69 COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 70 COPY ${NETBSDSRCDIR}/etc/group etc/group 71 COPY ${NETBSDSRCDIR}/etc/protocols etc/protocols 72 COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 73 COPY ${CURDIR}/services etc/services 74 75 # we need the boot blocks in /usr/mdec 76 COPY ${DESTDIR}/usr/mdec/xxboot_ufs usr/mdec/xxboot_ufs 77 LINK usr/mdec/xxboot_ufs usr/mdec/sdboot_ufs 78 LINK usr/mdec/xxboot_ufs usr/mdec/fdboot_ufs 79 COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot 80 COPY ${DESTDIR}/usr/mdec/mboot usr/mdec/mboot 81 82 # and the common installation tools 83 COPY ${CURDIR}/termcap.vt usr/share/misc/termcap 84 85 # the disktab explanation file 86 COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall 87 88 # and the installation tools 89 COPY ${CURDIR}/dot.profile .profile 90 COPY ${CURDIR}/dot.hdprofile tmp/.hdprofile 91