1 # $NetBSD: list,v 1.11 2002/04/13 04:14:22 tv Exp $ 2 3 SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin gnu/usr.bin/binutils 4 5 PROG bin/cat 6 PROG bin/chmod 7 PROG bin/cp 8 PROG bin/dd 9 PROG bin/df 10 PROG bin/ed 11 PROG bin/ln 12 PROG bin/ls 13 PROG bin/mkdir 14 PROG bin/mt 15 PROG bin/mv 16 PROG bin/pax usr/bin/tar 17 PROG bin/pwd 18 PROG bin/rm 19 PROG bin/sh 20 PROG bin/stty 21 PROG bin/sync 22 PROG bin/test bin/[ 23 PROG sbin/disklabel 24 PROG sbin/fsck 25 PROG sbin/fsck_ffs 26 PROG sbin/ifconfig 27 PROG sbin/init 28 PROG sbin/mknod 29 PROG sbin/mount 30 PROG sbin/mount_cd9660 31 PROG sbin/mount_ffs 32 PROG sbin/mount_kernfs 33 PROG sbin/mount_msdos 34 PROG sbin/mount_nfs 35 PROG sbin/newfs sbin/mount_mfs 36 PROG sbin/ping 37 PROG sbin/reboot sbin/halt 38 PROG sbin/restore sbin/rrestore 39 PROG sbin/route 40 PROG sbin/shutdown 41 PROG sbin/slattach 42 PROG sbin/swapctl sbin/swapon 43 PROG sbin/umount 44 PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 45 PROG usr/bin/ftp 46 PROG usr/bin/sed 47 PROG usr/bin/tset 48 PROG usr/bin/more 49 PROG usr/bin/less 50 #PROG usr/bin/strings 51 PROG usr/bin/tip 52 53 PROG usr/sbin/chown usr/bin/chgrp 54 PROG usr/sbin/chroot 55 56 SPECIAL ed srcdir distrib/utils/x_ed 57 SPECIAL gzip srcdir distrib/utils/x_gzip 58 SPECIAL mount srcdir distrib/utils/x_mount 59 SPECIAL umount srcdir distrib/utils/x_umount 60 SPECIAL more srcdir distrib/utils/more 61 SPECIAL ftp srcdir distrib/utils/x_ftp 62 SPECIAL ping srcdir distrib/utils/x_ping 63 SPECIAL route srcdir distrib/utils/x_route 64 SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 65 66 LIBS libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -ll -lm -lz 67 #LIBS libhack.o -lbz2 -lutil -lcurses -ltermcap -lcrypt -ll -lm 68 69 # init invokes the shell as -sh 70 ARGVLN sh -sh 71 72 # various files that we need in /etc for the install 73 COPY ${_SRC_TOP_}/etc/group etc/group 74 COPY ${_SRC_TOP_}/etc/master.passwd etc/master.passwd 75 COPY ${_SRC_TOP_}/etc/protocols etc/protocols 76 COPY ${_SRC_TOP_}/etc/netconfig etc/netconfig 77 COPY ${_SRC_TOP_}/etc/services etc/services 78 79 # and the common installation tools 80 COPY ${DISTRIBDIR}/mac68k/miniroot/termcap usr/share/misc/termcap 81 82 # the disktab explanation file 83 COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall 84 85 # and the installation tools 86 COPY ${CURDIR}/dot.profile .profile 87 COPY ${CURDIR}/dot.hdprofile tmp/.hdprofile 88 89 # and a copy of the INSTALL notes 90 COPY ${NOTESOBJDIR}/INSTALL.more INSTALL.more 91