1 # $NetBSD: list,v 1.20 2000/11/17 18:01:41 pk Exp $ 2 3 # Sparc extra's 4 LINK instbin sbin/disklabel 5 LINK instbin sbin/dmesg 6 LINK instbin sbin/sysctl 7 LINK instbin bin/rcmd 8 9 SYMLINK ../../instbin usr/bin/basename 10 SYMLINK ../../instbin usr/bin/cksum usr/bin/sum 11 SYMLINK ../../instbin usr/bin/getopt 12 SYMLINK ../../instbin usr/bin/netstat 13 SYMLINK ../../instbin usr/bin/rsh 14 SYMLINK ../../instbin usr/bin/tset usr/bin/reset 15 SYMLINK ../../instbin usr/bin/vi 16 SYMLINK ../../instbin usr/bin/less usr/bin/more 17 SYMLINK ../../instbin usr/bin/file 18 19 # crunchgen source directory specials 20 CRUNCHSPECIAL vi srcdir usr.bin/vi/build 21 CRUNCHSPECIAL less srcdir usr.bin/less/less 22 CRUNCHSPECIAL sysinst srcdir distrib/utils/sysinst/arch/sparc 23 24 # for /kern 25 SPECIAL mkdir kern 26 27 # Minimize use of MFS 28 SYMLINK /tmp var/tmp 29 30 # copy the MAKEDEV script and make some devices 31 SPECIAL cd dev; sh ${DESTDIR}/dev/MAKEDEV all 32 33 # we need the contents of /usr/mdec 34 COPYDIR ${DESTDIR}/usr/mdec usr/mdec 35 36 # the zoneinfo 37 COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo 38 39 # and the termcap file 40 COPY ${CURDIR}/../../share/termcap/termcap.src usr/share/misc/termcap 41 42 # and the magic file 43 COPY ${DESTDIR}/usr/share/misc/magic usr/share/misc/magic 44 45 # copy the kernel 46 COPY ${KERNOBJDIR:-${CURDIR}/../../sys/arch/sparc/compile/GENERIC}/GENERIC/netbsd netbsd 47 48 # various files that we need in /etc for the install 49 COPY ${DESTDIR}/etc/disktab etc/disktab.shadow 50 COPY ${DESTDIR}/etc/spwd.db etc/spwd.db 51 LINK etc/spwd.db etc/pwd.db 52 SYMLINK /tmp/disktab.shadow etc/disktab 53 SYMLINK /tmp/fstab.shadow etc/fstab 54 SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 55 SYMLINK /tmp/hosts etc/hosts 56 57 # generate lists of obsolete files used by sysinst 58 SPECIAL sh ${CURDIR}/../sets/makeobsolete -b -s ${CURDIR}/../sets -t ./dist 59 60 # and the installation tools 61 LINK instbin sysinst 62 COPY ${ARCHDIR}/dot.profile .profile 63 COPY ${ARCHDIR}/../install.md install.md 64 COPY ${DESTDIR}/usr/mdec/boot boot 65 SPECIAL sync; ${DESTDIR}/usr/mdec/binstall -m${DESTDIR}/usr/mdec -v ffs ${TARGDIR} 66