list revision 1.17
1# $NetBSD: list,v 1.17 2003/09/15 03:14:54 isaki Exp $ 2 3SRCDIRS 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 6PROG bin/cat 7PROG bin/chmod 8PROG bin/cp 9PROG bin/dd 10PROG bin/df 11#PROG bin/ed 12PROG bin/ln 13PROG bin/ls 14PROG bin/mkdir 15#PROG bin/mt 16PROG bin/mv 17PROG bin/pax usr/bin/tar 18PROG bin/pwd 19PROG bin/rm 20PROG bin/sh 21#PROG bin/sleep 22PROG bin/stty 23PROG bin/sync 24 25PROG sbin/disklabel 26PROG sbin/dmesg 27PROG sbin/fsck 28PROG sbin/fsck_ffs 29PROG sbin/ifconfig 30PROG sbin/init 31PROG sbin/mknod 32PROG sbin/mount 33PROG sbin/mount_cd9660 34PROG sbin/mount_ffs 35PROG sbin/mount_kernfs 36PROG sbin/mount_msdos 37PROG sbin/mount_nfs 38PROG sbin/newfs sbin/mount_mfs 39PROG sbin/ping 40PROG sbin/ping6 41PROG sbin/reboot sbin/halt 42PROG sbin/route 43PROG sbin/rtsol 44PROG sbin/shutdown 45#PROG sbin/slattach 46PROG sbin/swapctl 47PROG sbin/umount 48 49PROG usr/bin/ftp 50PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 51PROG usr/bin/more usr/bin/less 52PROG usr/mdec/newdisk 53PROG usr/mdec/installboot usr/mdec/installboot.new 54PROG usr/sbin/chown usr/bin/chgrp 55#PROG usr/sbin/chroot 56PROG usr/sbin/memswitch 57 58ARGVLN sh -sh 59 60SPECIAL dmesg srcdir distrib/utils/x_dmesg 61#SPECIAL ed srcdir distrib/utils/x_ed 62SPECIAL gzip srcdir distrib/utils/x_gzip 63SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 64SPECIAL more srcdir distrib/utils/more 65SPECIAL ping srcdir distrib/utils/x_ping 66SPECIAL ping6 srcdir distrib/utils/x_ping6 67SPECIAL route srcdir distrib/utils/x_route 68SPECIAL installboot srcdir sys/arch/x68k/stand/installboot 69 70# libhack.o is built by Makefile & included Makefile.inc 71LIBS libhack.o -lz -lutil -lcurses -ltermcap -lcrypt -ll -lm 72 73# various files that we need in /etc for the install 74COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 75COPY ${NETBSDSRCDIR}/etc/group etc/group 76COPY ${NETBSDSRCDIR}/etc/protocols etc/protocols 77COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 78COPY ${CURDIR}/services etc/services 79 80# we need the boot blocks in /usr/mdec 81COPY ${DESTDIR}/usr/mdec/xxboot_ufs usr/mdec/xxboot_ufs 82LINK usr/mdec/xxboot_ufs usr/mdec/sdboot_ufs 83LINK usr/mdec/xxboot_ufs usr/mdec/fdboot_ufs 84COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot 85COPY ${DESTDIR}/usr/mdec/mboot usr/mdec/mboot 86 87# and the common installation tools 88COPY ${CURDIR}/termcap.vt usr/share/misc/termcap 89 90# the disktab explanation file 91COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall 92 93# and the installation tools 94COPY ${CURDIR}/dot.profile .profile 95COPY ${CURDIR}/dot.hdprofile tmp/.hdprofile 96