list revision 1.5
1# $NetBSD: list,v 1.5 2003/02/19 14:21:06 he Exp $ 2 3# mac68k extra's 4PROG sbin/dmesg 5 6PROG usr/bin/basename 7PROG usr/bin/cksum usr/bin/sum 8PROG usr/bin/cut 9PROG usr/bin/grep usr/bin/egrep usr/bin/fgrep 10PROG usr/bin/netstat 11PROG usr/bin/rsh 12PROG usr/bin/tset usr/bin/reset 13#PROG usr/bin/vi 14PROG usr/bin/less usr/bin/more 15 16SYMLINK /bin/cat usr/bin/strings 17 18# crunchgen source directory specials 19#SPECIAL vi srcdir usr.bin/vi/build 20SPECIAL less srcdir usr.bin/less/less 21SPECIAL grep srcdir gnu/usr.bin/grep/grep 22 23# Minimize use of MFS 24SYMLINK /tmp var/tmp 25 26# the zoneinfo 27#COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo 28 29# and the termcap file 30COPY ${ARCHDIR}/termcap usr/share/misc/termcap 31 32# copy the kernel 33#COPY ${KRNOBJDIR}/GENERIC/netbsd netbsd 34 35# various files that we need in /etc for the install 36SYMLINK /tmp/fstab.shadow etc/fstab 37SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 38SYMLINK /tmp/hosts etc/hosts 39 40# and the installation tools 41COPY ${ARCHDIR}/dot.profile .profile 42COPY ${ARCHDIR}/install.md install.md 43