list revision 1.23
1# $NetBSD: list,v 1.23 2002/03/06 12:04:54 lukem Exp $ 2 3# Sparc extra's 4PROG bin/rcmd 5PROG sbin/disklabel 6PROG sbin/dmesg 7PROG sbin/sysctl 8 9PROG usr/bin/basename 10PROG usr/bin/cksum usr/bin/sum 11PROG usr/bin/getopt 12PROG usr/bin/netstat 13PROG usr/bin/rsh 14PROG usr/bin/tset usr/bin/reset 15PROG usr/bin/vi 16PROG usr/bin/less usr/bin/more 17PROG usr/bin/file 18 19# crunchgen source directory specials 20SPECIAL vi srcdir usr.bin/vi/build 21SPECIAL less srcdir usr.bin/less/less 22 23# Minimize use of MFS 24SYMLINK /tmp var/tmp 25 26# we need the contents of /usr/mdec 27COPYDIR ${DESTDIR}/usr/mdec usr/mdec 28 29# the zoneinfo 30COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo 31 32# and the termcap file 33COPY ${ARCHDIR}/termcap.src usr/share/misc/termcap 34 35# and the magic file 36COPY ${DESTDIR}/usr/share/misc/magic usr/share/misc/magic 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 43COPY ${DESTDIR}/etc/spwd.db etc/spwd.db 44LINK etc/spwd.db etc/pwd.db 45SYMLINK /tmp/disktab.shadow etc/disktab 46SYMLINK /tmp/fstab.shadow etc/fstab 47SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 48SYMLINK /tmp/hosts etc/hosts 49 50# and the installation tools 51COPY ${ARCHDIR}/dot.profile .profile 52COPY ${ARCHDIR}/../install.md install.md 53COPY ${DESTDIR}/usr/mdec/boot boot 54