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