list revision 1.12
1# $NetBSD: list,v 1.12 2003/02/19 14:21:06 he Exp $ 2 3# mvme68k's extras 4PROG sbin/disklabel 5PROG sbin/edlabel 6PROG sbin/mount_kernfs 7 8PROG usr/bin/basename 9PROG usr/bin/cksum usr/bin/sum 10PROG usr/bin/cut 11PROG usr/bin/gawk usr/bin/awk 12PROG usr/bin/grep usr/bin/egrep usr/bin/fgrep 13PROG usr/bin/netstat 14PROG usr/bin/rsh 15PROG usr/bin/tset usr/bin/reset 16PROG usr/bin/vi 17PROG usr/bin/less usr/bin/more 18 19# crunchgen source directory specials 20SPECIAL less srcdir usr.bin/less/less 21SPECIAL vi srcdir usr.bin/vi/build 22SPECIAL grep srcdir gnu/usr.bin/grep/grep 23 24# Minimize use of MFS 25SYMLINK /tmp var/tmp 26 27# we need the contents of /usr/mdec 28COPYDIR ${DESTDIR}/usr/mdec usr/mdec 29# ensure installboot is executable 30MTREE ./usr/mdec/installboot mode=0555 31 32# the zoneinfo 33COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo 34 35# and the termcap file 36COPY ${NETBSDSRCDIR}/share/termcap/termcap.src usr/share/misc/termcap 37 38# copy the kernel 39COPY ${KERNOBJDIR}/GENERIC/netbsd netbsd 40 41# various files that we need in /etc for the install 42COPY ${DESTDIR}/etc/disktab etc/disktab.shadow 43SYMLINK /tmp/disktab.shadow etc/disktab 44SYMLINK /tmp/fstab.shadow etc/fstab 45SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 46SYMLINK /tmp/hosts etc/hosts 47 48# and the installation tools 49COPY ${ARCHDIR}/dot.profile .profile 50COPY ${ARCHDIR}/install.md install.md 51