Home | History | Annotate | Line # | Download | only in miniroot
list revision 1.7
      1 #	$NetBSD: list,v 1.7 1997/10/31 21:53:25 pk Exp $
      2 
      3 # Sparc 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/getopt
     12 SYMLINK ../../instbin		usr/bin/grep usr/bin/egrep usr/bin/fgrep
     13 SYMLINK ../../instbin		usr/bin/netstat
     14 SYMLINK ../../instbin		usr/bin/rsh
     15 SYMLINK ../../instbin		usr/bin/strings
     16 SYMLINK ../../instbin		usr/bin/tset usr/bin/reset
     17 SYMLINK ../../instbin		usr/bin/vi
     18 SYMLINK	../../instbin		usr/bin/less usr/bin/more
     19 SYMLINK	../../instbin		usr/sbin/sysctl
     20 
     21 # crunchgen source directory specials
     22 CRUNCHSPECIAL	vi srcdir usr.bin/vi/build
     23 CRUNCHSPECIAL	less srcdir usr.bin/less/less
     24 
     25 
     26 # Minimize use of MFS
     27 SYMLINK	/tmp	var/tmp
     28 
     29 # copy the MAKEDEV script and make some devices
     30 COPY	${DESTDIR}/dev/MAKEDEV		dev/MAKEDEV
     31 COPY	${DESTDIR}/dev/MAKEDEV.local	dev/MAKEDEV.local
     32 SPECIAL	cd dev; sh MAKEDEV all
     33 SPECIAL	/bin/rm dev/MAKEDEV
     34 
     35 # we need the contents of /usr/mdec
     36 COPYDIR	${DESTDIR}/usr/mdec	usr/mdec
     37 
     38 # the zoneinfo
     39 COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
     40 
     41 # and the termcap file
     42 COPY	${CURDIR}/../../share/termcap/termcap.src usr/share/misc/termcap
     43 
     44 # copy the kernel
     45 COPY	${CURDIR}/../../sys/arch/sparc/compile/GENERIC/netbsd	netbsd
     46 
     47 # various files that we need in /etc for the install
     48 COPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
     49 SYMLINK	/tmp/disktab.shadow		etc/disktab
     50 SYMLINK	/tmp/fstab.shadow		etc/fstab
     51 SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
     52 SYMLINK	/tmp/hosts			etc/hosts
     53 
     54 # and the installation tools
     55 COPY	${ARCHDIR}/dot.profile		.profile
     56 COPY	${ARCHDIR}/../install.md	install.md
     57 COPY	${DESTDIR}/usr/mdec/boot	boot
     58 SPECIAL sync; ${DESTDIR}/usr/mdec/binstall -v ffs ${TARGDIR}
     59