1 # $NetBSD: list,v 1.18 2020/10/04 09:34:18 rin Exp $ 2 3 SRCDIRS bin sbin usr.bin usr.sbin 4 5 PROG bin/cat 6 PROG bin/chmod 7 PROG bin/cp 8 PROG bin/dd 9 PROG bin/dmesg 10 PROG bin/df 11 PROG bin/ed 12 PROG bin/ln 13 PROG bin/ls 14 PROG bin/mkdir 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 23 PROG sbin/chown bin/chgrp 24 PROG sbin/disklabel 25 PROG sbin/fsck 26 PROG sbin/fsck_ffs 27 PROG sbin/ifconfig 28 PROG sbin/init 29 PROG sbin/mknod 30 PROG sbin/mount 31 PROG sbin/mount_cd9660 32 PROG sbin/mount_ffs 33 PROG sbin/mount_nfs 34 PROG sbin/newfs sbin/mount_mfs 35 PROG sbin/ping 36 PROG sbin/reboot sbin/halt 37 PROG sbin/restore sbin/rrestore 38 PROG sbin/route 39 PROG sbin/shutdown 40 PROG sbin/umount 41 42 PROG usr/bin/ftp 43 PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 44 PROG usr/bin/more 45 PROG usr/bin/sed 46 47 PROG usr/sbin/chroot 48 49 # init invokes the shell as -sh 50 ARGVLN sh -sh 51 52 SPECIAL disklabel srcdir distrib/utils/x_disklabel 53 SPECIAL ed srcdir distrib/utils/x_ed 54 SPECIAL fsck_ffs srcdir distrib/utils/x_fsck_ffs 55 SPECIAL gzip srcdir distrib/utils/x_gzip 56 SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 57 SPECIAL more srcdir distrib/utils/more 58 SPECIAL newfs srcdir distrib/utils/x_newfs 59 SPECIAL ping srcdir distrib/utils/x_ping 60 SPECIAL route srcdir distrib/utils/x_route 61 SPECIAL umount srcdir distrib/utils/x_umount 62 63 LIBS libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -ll -lm -lz -lprop 64 65 # various files that we need in /etc for the install 66 COPY ${NETBSDSRCDIR}/etc/group etc/group 67 COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 68 COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 69 COPY ${DISTRIBDIR}/common/protocols etc/protocols 70 COPY ${DISTRIBDIR}/common/services etc/services 71 72 # and the boot script 73 COPY ${CURDIR}/dot.profile .profile 74 MTREE ./.profile type=file uname=root gname=wheel mode=644 75