Home | History | Annotate | Line # | Download | only in miniroot
list revision 1.4
      1 #	$NetBSD: list,v 1.4 1999/02/14 16:27:42 he Exp $
      2 
      3 # hp300 extra's
      4 LINK	instbin			sbin/disklabel
      5 LINK	instbin			sbin/dmesg
      6 
      7 SYMLINK	../../instbin		usr/bin/basename
      8 SYMLINK	../../instbin		usr/bin/cksum usr/bin/sum
      9 SYMLINK	../../instbin		usr/bin/cut
     10 SYMLINK	../../instbin		usr/bin/gawk usr/bin/awk
     11 SYMLINK	../../instbin		usr/bin/grep usr/bin/egrep usr/bin/fgrep
     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 
     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 all
     29 SPECIAL	/bin/rm dev/MAKEDEV
     30 
     31 # we need the contents of /usr/mdec
     32 COPYDIR	${DESTDIR}/usr/mdec	usr/mdec
     33 
     34 # the zoneinfo
     35 COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
     36 
     37 # and the termcap file
     38 COPY	${CURDIR}/../../share/termcap/termcap.src usr/share/misc/termcap
     39 
     40 # copy the kernel
     41 COPY	${CURDIR}/../../sys/arch/hp300/compile/GENERIC/netbsd	netbsd
     42 
     43 # various files that we need in /etc for the install
     44 COPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
     45 SYMLINK	/tmp/disktab.shadow		etc/disktab
     46 SYMLINK	/tmp/fstab.shadow		etc/fstab
     47 SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
     48 SYMLINK	/tmp/hosts			etc/hosts
     49 
     50 # and the installation tools
     51 COPY	${ARCHDIR}/dot.profile		.profile
     52 COPY	${ARCHDIR}/install.md		install.md
     53