Home | History | Annotate | Line # | Download | only in miniroot
      1 #	$NetBSD: list,v 1.11 2019/08/20 12:26:38 sevan Exp $
      2 
      3 # extras in bin
      4 PROG	bin/csh
      5 PROG	bin/date
      6 PROG	bin/rcp
      7 PROG	bin/rcmd
      8 
      9 # extras in sbin
     10 PROG	sbin/disklabel
     11 PROG	sbin/dmesg
     12 PROG	sbin/fdisk
     13 PROG	sbin/fsck_msdos
     14 PROG	sbin/mount_msdos
     15 PROG	sbin/newfs_msdos
     16 PROG	sbin/sysctl
     17 
     18 # extras in /usr.bin
     19 PROG	usr/bin/netstat
     20 PROG	usr/bin/rsh
     21 PROG	usr/bin/tset usr/bin/reset
     22 PROG	usr/bin/vi
     23 
     24 # crunchgen source directory specials: progs built in nonstandard places
     25 SPECIAL	vi		srcdir external/bsd/nvi/usr.bin/nvi
     26 
     27 # Minimize use of MFS
     28 SYMLINK	/tmp	var/tmp
     29 
     30 # and the installation tools
     31 COPY	${ARCHDIR}/dot.profile		.profile
     32 
     33 # and a spare .profile
     34 COPY	${DESTDIR}/.profile		tmp/.hdprofile
     35