Home | History | Annotate | Line # | Download | only in miniroot
list revision 1.15
      1 #	$NetBSD: list,v 1.15 2000/02/07 11:07:19 pk Exp $
      2 
      3 # Sparc extra's
      4 LINK	instbin			sbin/disklabel
      5 LINK	instbin			sbin/mount_kernfs
      6 LINK	instbin			sbin/sysctl
      7 
      8 SYMLINK	../../instbin		usr/bin/basename
      9 SYMLINK ../../instbin		usr/bin/cksum usr/bin/sum
     10 SYMLINK ../../instbin		usr/bin/getopt
     11 SYMLINK ../../instbin		usr/bin/netstat
     12 SYMLINK ../../instbin		usr/bin/rsh
     13 SYMLINK ../../instbin		usr/bin/tset usr/bin/reset
     14 SYMLINK ../../instbin		usr/bin/vi
     15 SYMLINK	../../instbin		usr/bin/less usr/bin/more
     16 
     17 # crunchgen source directory specials
     18 CRUNCHSPECIAL	vi srcdir usr.bin/vi/build
     19 CRUNCHSPECIAL	less srcdir usr.bin/less/less
     20 CRUNCHSPECIAL	sysinst srcdir distrib/utils/sysinst/arch/sparc
     21 
     22 # for /kern
     23 SPECIAL	mkdir kern
     24 
     25 # Minimize use of MFS
     26 SYMLINK	/tmp	var/tmp
     27 
     28 # copy the MAKEDEV script and make some devices
     29 COPY	${DESTDIR}/dev/MAKEDEV		dev/MAKEDEV
     30 COPY	${DESTDIR}/dev/MAKEDEV.local	dev/MAKEDEV.local
     31 SPECIAL	cd dev; sh MAKEDEV all
     32 SPECIAL	/bin/rm dev/MAKEDEV
     33 
     34 # we need the contents of /usr/mdec
     35 COPYDIR	${DESTDIR}/usr/mdec	usr/mdec
     36 
     37 # the zoneinfo
     38 COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
     39 
     40 # and the termcap file
     41 COPY	${CURDIR}/../../share/termcap/termcap.src usr/share/misc/termcap
     42 
     43 # copy the kernel
     44 COPY	${CURDIR}/../../sys/arch/sparc/compile/GENERIC_SCSI3/netbsd	netbsd
     45 
     46 # various files that we need in /etc for the install
     47 COPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
     48 COPY	${DESTDIR}/etc/spwd.db		etc/spwd.db
     49 LINK	etc/spwd.db			etc/pwd.db
     50 SYMLINK	/tmp/disktab.shadow		etc/disktab
     51 SYMLINK	/tmp/fstab.shadow		etc/fstab
     52 SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
     53 SYMLINK	/tmp/hosts			etc/hosts
     54 
     55 # and the installation tools
     56 LINK	instbin				sysinst
     57 COPY	${ARCHDIR}/dot.profile		.profile
     58 COPY	${ARCHDIR}/../install.md	install.md
     59 COPY	${DESTDIR}/usr/mdec/boot	boot
     60 SPECIAL sync; ${DESTDIR}/usr/mdec/binstall -m${DESTDIR}/usr/mdec -v ffs ${TARGDIR}
     61