1 # $NetBSD: list,v 1.19 2000/10/31 21:02:18 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 18 # crunchgen source directory specials 19 CRUNCHSPECIAL vi srcdir usr.bin/vi/build 20 CRUNCHSPECIAL less srcdir usr.bin/less/less 21 CRUNCHSPECIAL sysinst srcdir distrib/utils/sysinst/arch/sparc 22 23 # for /kern 24 SPECIAL mkdir kern 25 26 # Minimize use of MFS 27 SYMLINK /tmp var/tmp 28 29 # copy the MAKEDEV script and make some devices 30 SPECIAL cd dev; sh ${DESTDIR}/dev/MAKEDEV all 31 32 # we need the contents of /usr/mdec 33 COPYDIR ${DESTDIR}/usr/mdec usr/mdec 34 35 # the zoneinfo 36 COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo 37 38 # and the termcap file 39 COPY ${CURDIR}/../../share/termcap/termcap.src usr/share/misc/termcap 40 41 # copy the kernel 42 COPY ${KERNOBJDIR:-${CURDIR}/../../sys/arch/sparc/compile/GENERIC}/GENERIC/netbsd netbsd 43 44 # various files that we need in /etc for the install 45 COPY ${DESTDIR}/etc/disktab etc/disktab.shadow 46 COPY ${DESTDIR}/etc/spwd.db etc/spwd.db 47 LINK etc/spwd.db etc/pwd.db 48 SYMLINK /tmp/disktab.shadow etc/disktab 49 SYMLINK /tmp/fstab.shadow etc/fstab 50 SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 51 SYMLINK /tmp/hosts etc/hosts 52 53 # generate lists of obsolete files used by sysinst 54 SPECIAL sh ${CURDIR}/../sets/makeobsolete -b -s ${CURDIR}/../sets -t ./dist 55 56 # and the installation tools 57 LINK instbin sysinst 58 COPY ${ARCHDIR}/dot.profile .profile 59 COPY ${ARCHDIR}/../install.md install.md 60 COPY ${DESTDIR}/usr/mdec/boot boot 61 SPECIAL sync; ${DESTDIR}/usr/mdec/binstall -m${DESTDIR}/usr/mdec -v ffs ${TARGDIR} 62