1 # $NetBSD: list,v 1.24 2002/05/07 12:46:19 pk Exp $ 2 3 # Sparc extra's 4 PROG bin/rcmd 5 PROG sbin/disklabel 6 PROG sbin/dmesg 7 PROG sbin/sysctl 8 9 PROG usr/bin/basename 10 PROG usr/bin/cksum usr/bin/sum 11 PROG usr/bin/getopt 12 PROG usr/bin/netstat 13 PROG usr/bin/rsh 14 PROG usr/bin/tset usr/bin/reset 15 PROG usr/bin/vi 16 PROG usr/bin/less usr/bin/more 17 PROG usr/bin/file 18 PROG usr/sbin/installboot 19 20 # crunchgen source directory specials 21 SPECIAL vi srcdir usr.bin/vi/build 22 SPECIAL less srcdir usr.bin/less/less 23 24 # Minimize use of MFS 25 SYMLINK /tmp var/tmp 26 27 # we need the contents of /usr/mdec 28 COPYDIR ${DESTDIR}/usr/mdec usr/mdec 29 30 # the zoneinfo 31 COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo 32 33 # and the termcap file 34 COPY ${ARCHDIR}/termcap.src usr/share/misc/termcap 35 36 # and the magic file 37 COPY ${DESTDIR}/usr/share/misc/magic usr/share/misc/magic 38 39 # copy the kernel 40 COPY ${KERNOBJDIR}/GENERIC/netbsd netbsd 41 42 # various files that we need in /etc for the install 43 COPY ${DESTDIR}/etc/disktab etc/disktab.shadow 44 COPY ${DESTDIR}/etc/spwd.db etc/spwd.db 45 LINK etc/spwd.db etc/pwd.db 46 SYMLINK /tmp/disktab.shadow etc/disktab 47 SYMLINK /tmp/fstab.shadow etc/fstab 48 SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 49 SYMLINK /tmp/hosts etc/hosts 50 51 # and the installation tools 52 COPY ${ARCHDIR}/dot.profile .profile 53 COPY ${ARCHDIR}/../install.md install.md 54 COPY ${DESTDIR}/usr/mdec/boot boot 55