1 # $NetBSD: list,v 1.3 2002/03/04 16:43:11 shiba Exp $ 2 3 # mac68k extra's 4 LINK instbin sbin/dmesg 5 6 SYMLINK ../../instbin usr/bin/basename 7 SYMLINK ../../instbin usr/bin/cksum usr/bin/sum 8 SYMLINK ../../instbin usr/bin/cut 9 SYMLINK ../../instbin usr/bin/grep usr/bin/egrep usr/bin/fgrep 10 SYMLINK ../../instbin usr/bin/netstat 11 SYMLINK ../../instbin usr/bin/rsh 12 SYMLINK ../../instbin usr/bin/tset usr/bin/reset 13 #SYMLINK ../../instbin usr/bin/vi 14 SYMLINK ../../instbin usr/bin/less usr/bin/more 15 16 SYMLINK /bin/cat usr/bin/strings 17 18 # crunchgen source directory specials 19 #CRUNCHSPECIAL vi srcdir usr.bin/vi/build 20 CRUNCHSPECIAL less srcdir usr.bin/less/less 21 22 # Minimize use of MFS 23 SYMLINK /tmp var/tmp 24 25 # copy the MAKEDEV script and make some devices 26 COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV 27 COPY ${DESTDIR}/dev/MAKEDEV.local dev/MAKEDEV.local 28 SPECIAL cd dev; sh MAKEDEV raminst 29 SPECIAL /bin/rm dev/MAKEDEV 30 31 # the zoneinfo 32 #COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo 33 34 # and the termcap file 35 COPY ${CURDIR}/../mac68k/miniroot/termcap usr/share/misc/termcap 36 37 # copy the kernel 38 #COPY ${CURDIR}/../../sys/arch/mac68k/compile/GENERIC/netbsd netbsd 39 40 # various files that we need in /etc for the install 41 SYMLINK /tmp/fstab.shadow etc/fstab 42 SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 43 SYMLINK /tmp/hosts etc/hosts 44 45 # and the installation tools 46 COPY ${ARCHDIR}/dot.profile .profile 47 COPY ${ARCHDIR}/install.md install.md 48