1 # $NetBSD: list,v 1.13 2020/04/07 10:22:00 martin 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/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 23 PROG sbin/chown bin/chgrp 24 PROG sbin/disklabel 25 PROG sbin/dmesg 26 PROG sbin/fsck 27 PROG sbin/fsck_ffs 28 PROG sbin/ifconfig 29 PROG sbin/init 30 PROG sbin/mknod 31 PROG sbin/mount 32 PROG sbin/mount_cd9660 33 PROG sbin/mount_ffs 34 PROG sbin/mount_msdos 35 PROG sbin/mount_nfs 36 PROG sbin/mount_sysvbfs 37 PROG sbin/newfs sbin/mount_mfs 38 PROG sbin/newfs_sysvbfs 39 PROG sbin/ping 40 PROG sbin/reboot sbin/halt 41 PROG sbin/restore sbin/rrestore 42 PROG sbin/route 43 PROG sbin/swapctl sbin/swapon 44 PROG sbin/umount 45 46 PROG usr/bin/ftp 47 PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 48 PROG usr/bin/more 49 PROG usr/bin/sed 50 PROG usr/bin/tset 51 52 PROG usr/sbin/installboot 53 54 PROG usr/sbin/chroot 55 56 # init invokes the shell as -sh 57 ARGVLN sh -sh 58 59 SPECIAL disklabel srcdir distrib/utils/x_disklabel 60 SPECIAL ed srcdir distrib/utils/x_ed 61 SPECIAL fsck_ffs srcdir distrib/utils/x_fsck_ffs 62 SPECIAL gzip srcdir distrib/utils/x_gzip 63 SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 64 SPECIAL more srcdir distrib/utils/more 65 SPECIAL newfs srcdir distrib/utils/x_newfs 66 SPECIAL ping srcdir distrib/utils/x_ping 67 SPECIAL route srcdir distrib/utils/x_route 68 SPECIAL umount srcdir distrib/utils/x_umount 69 70 LIBS libhack.o -ledit -lutil -lrmt -ll -lm -lz -lprop 71 72 COPY ${DESTDIR}/usr/mdec/bootxx_ustarfs usr/mdec/bootxx_ustarfs 73 COPY ${DESTDIR}/usr/mdec/bootxx_bfs usr/mdec/bootxx_bfs 74 COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot 75 76 # various files that we need in /etc for the install 77 COPY ${NETBSDSRCDIR}/etc/group etc/group 78 COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 79 COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 80 COPY ${DISTRIBDIR}/common/protocols etc/protocols 81 COPY ${DISTRIBDIR}/common/services etc/services 82 83 # and the boot script 84 COPY ${CURDIR}/dot.profile .profile 85 MTREE ./.profile type=file uname=root gname=wheel mode=0644 86