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