Home | History | Annotate | Line # | Download | only in miniroot
      1 #	$NetBSD: list,v 1.17 2024/09/20 07:50:38 rin Exp $
      2 
      3 # mac68k extra's
      4 PROG	sbin/dmesg
      5 
      6 PROG	usr/bin/basename
      7 PROG	usr/bin/cksum usr/bin/sum
      8 PROG	usr/bin/awk
      9 PROG	usr/bin/netstat
     10 PROG	usr/bin/rsh
     11 PROG	usr/bin/tset usr/bin/reset
     12 #PROG	usr/bin/vi
     13 PROG	usr/bin/less usr/bin/more
     14 
     15 SYMLINK	/bin/cat	usr/bin/strings
     16 
     17 # crunchgen source directory specials
     18 #SPECIAL	vi srcdir external/bsd/nvi/usr.bin/nvi
     19 SPECIAL	less 	srcdir external/bsd/less/bin/less
     20 SPECIAL	awk	srcdir external/historical/nawk/bin
     21 
     22 # Minimize use of MFS
     23 SYMLINK	/tmp	var/tmp
     24 
     25 # copy the kernel
     26 #COPY	${KRNOBJDIR}/GENERIC/netbsd	netbsd
     27 
     28 # various files that we need in /etc for the install
     29 SYMLINK	/tmp/fstab.shadow		etc/fstab
     30 SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
     31 SYMLINK	/tmp/hosts			etc/hosts
     32 
     33 # and the installation tools
     34 COPY	${ARCHDIR}/dot.profile		.profile
     35 COPY	${ARCHDIR}/install.md		install.md
     36