Home | History | Annotate | Line # | Download | only in miniroot
list revision 1.28
      1 #	$NetBSD: list,v 1.28 2003/12/28 13:00:47 martin Exp $
      2 
      3 # Sparc extra's
      4 PROG	bin/rcmd
      5 PROG	sbin/disklabel
      6 PROG	sbin/dmesg
      7 PROG	sbin/sysctl
      8 
      9 PROG	usr/bin/basename
     10 PROG	usr/bin/cksum usr/bin/sum
     11 PROG	usr/bin/getopt
     12 PROG	usr/bin/netstat
     13 PROG	usr/bin/rsh
     14 PROG	usr/bin/tset usr/bin/reset
     15 PROG	usr/bin/vi
     16 PROG	usr/bin/less usr/bin/more
     17 PROG	usr/bin/file
     18 PROG	usr/sbin/installboot
     19 
     20 # crunchgen source directory specials
     21 SPECIAL	vi	srcdir usr.bin/vi/build
     22 SPECIAL	less	srcdir usr.bin/less/less
     23 
     24 # Minimize use of MFS
     25 SYMLINK	/tmp	var/tmp
     26 
     27 # we need the contents of /usr/mdec
     28 COPYDIR	${DESTDIR}/usr/mdec	usr/mdec
     29 # ensure binstall is executable
     30 MTREE	./usr/mdec/binstall	mode=0555
     31 
     32 # the zoneinfo
     33 COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
     34 
     35 # and the termcap file
     36 COPY	${ARCHDIR}/termcap.src		usr/share/misc/termcap
     37 
     38 # and the magic file
     39 COPY	${DESTDIR}/usr/share/misc/magic usr/share/misc/magic
     40 
     41 # copy the kernel
     42 COPY	${KERNOBJDIR}/GENERIC/netbsd	netbsd
     43 
     44 # various files that we need in /etc for the install
     45 COPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
     46 SYMLINK	/tmp/disktab.shadow		etc/disktab
     47 SYMLINK	/tmp/fstab.shadow		etc/fstab
     48 SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
     49 SYMLINK	/tmp/hosts			etc/hosts
     50 
     51 # and the installation tools
     52 COPY	${ARCHDIR}/dot.profile		.profile
     53 COPY	${ARCHDIR}/../install.md	install.md
     54 COPY	${DESTDIR}/usr/mdec/boot	boot
     55