1 # $NetBSD: list,v 1.27 2002/06/12 22:59:33 lukem 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 # usr/bin/file needs libz 21 LIBS -lz 22 23 # crunchgen source directory specials 24 SPECIAL vi srcdir usr.bin/vi/build 25 SPECIAL less srcdir usr.bin/less/less 26 27 # Minimize use of MFS 28 SYMLINK /tmp var/tmp 29 30 # we need the contents of /usr/mdec 31 COPYDIR ${DESTDIR}/usr/mdec usr/mdec 32 # ensure binstall is executable 33 MTREE ./usr/mdec/binstall mode=0555 34 35 # the zoneinfo 36 COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo 37 38 # and the termcap file 39 COPY ${ARCHDIR}/termcap.src usr/share/misc/termcap 40 41 # and the magic file 42 COPY ${DESTDIR}/usr/share/misc/magic usr/share/misc/magic 43 44 # copy the kernel 45 COPY ${KERNOBJDIR}/GENERIC/netbsd netbsd 46 47 # various files that we need in /etc for the install 48 COPY ${DESTDIR}/etc/disktab etc/disktab.shadow 49 SYMLINK /tmp/disktab.shadow etc/disktab 50 SYMLINK /tmp/fstab.shadow etc/fstab 51 SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 52 SYMLINK /tmp/hosts etc/hosts 53 54 # and the installation tools 55 COPY ${ARCHDIR}/dot.profile .profile 56 COPY ${ARCHDIR}/../install.md install.md 57 COPY ${DESTDIR}/usr/mdec/boot boot 58