1 # $NetBSD: list,v 1.8 2002/03/16 09:35:55 tsutsui Exp $ 2 3 SRCDIRS bin sbin usr.bin usr.sbin sys/arch/${MACHINE}/stand 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/rcmd 19 PROG bin/rcp 20 PROG bin/rm 21 PROG bin/sh 22 PROG bin/stty 23 PROG bin/sync 24 PROG bin/test bin/[ 25 26 PROG sbin/disklabel 27 PROG sbin/dmesg 28 PROG sbin/fsck 29 PROG sbin/fsck_ffs 30 PROG sbin/ifconfig 31 PROG sbin/init 32 PROG sbin/mknod 33 PROG sbin/mount 34 PROG sbin/mount_cd9660 35 PROG sbin/mount_ffs 36 PROG sbin/mount_msdos 37 PROG sbin/mount_nfs 38 PROG sbin/newfs sbin/mount_mfs 39 PROG sbin/ping 40 PROG sbin/reboot sbin/halt 41 PROG sbin/restore sbin/rrestore 42 PROG sbin/route 43 PROG sbin/shutdown 44 PROG sbin/slattach 45 PROG sbin/swapctl sbin/swapon 46 PROG sbin/umount 47 48 PROG usr/bin/ftp 49 PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 50 PROG usr/bin/more 51 PROG usr/bin/sed 52 PROG usr/bin/tset 53 54 PROG usr/sbin/chown usr/bin/chgrp 55 PROG usr/sbin/chroot 56 57 PROG usr/mdec/installboot 58 59 SPECIAL dd srcdir distrib/utils/x_dd 60 SPECIAL dmesg srcdir distrib/utils/x_dmesg 61 SPECIAL ed srcdir distrib/utils/x_ed 62 SPECIAL ftp srcdir distrib/utils/x_ftp 63 SPECIAL gzip srcdir distrib/utils/x_gzip 64 SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 65 SPECIAL init srcdir distrib/utils/init_s 66 SPECIAL more srcdir distrib/utils/more 67 SPECIAL mount srcdir distrib/utils/x_mount 68 SPECIAL ping srcdir distrib/utils/x_ping 69 SPECIAL route srcdir distrib/utils/x_route 70 SPECIAL sh srcdir distrib/utils/x_sh 71 SPECIAL umount srcdir distrib/utils/x_umount 72 73 LIBS libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -ll -lm -lz 74 75 COPY ${DESTDIR}/usr/mdec/bootxx usr/mdec/bootxx 76 COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot 77 78 # init invokes the shell as -sh 79 ARGVLN sh -sh 80 81 # various files that we need in /etc for the install 82 COPY ${_SRC_TOP_}/etc/group etc/group 83 COPY ${_SRC_TOP_}/etc/master.passwd etc/master.passwd 84 COPY ${_SRC_TOP_}/etc/netconfig etc/netconfig 85 COPY ${_SRC_TOP_}/etc/protocols etc/protocols 86 COPY ${_SRC_TOP_}/etc/services etc/services 87 # generate Version 7 style etc/passwd 88 CMD ${PWD_MKDB} -B -p -d . etc/master.passwd 89 # ..but db files are not needed for libhack's getpwent.c 90 CMD rm etc/spwd.db etc/pwd.db 91 92 # and the common installation tools 93 COPY ${CURDIR}/termcap.src usr/share/misc/termcap 94 95 # and the boot script 96 COPY ${CURDIR}/dot.profile .profile 97 MTREE ./.profile type=file uname=root gname=wheel mode=0644 98