1 1.1.2.2 martin # $NetBSD: list,v 1.1.2.2 2023/02/22 12:59:17 martin Exp $ 2 1.1.2.2 martin 3 1.1.2.2 martin SRCDIRS bin sbin usr.bin usr.sbin 4 1.1.2.2 martin 5 1.1.2.2 martin PROG bin/cat 6 1.1.2.2 martin PROG bin/chmod 7 1.1.2.2 martin PROG bin/cp 8 1.1.2.2 martin PROG bin/dd 9 1.1.2.2 martin PROG bin/df 10 1.1.2.2 martin #PROG bin/ed 11 1.1.2.2 martin PROG bin/ln 12 1.1.2.2 martin PROG bin/ls 13 1.1.2.2 martin PROG bin/mkdir 14 1.1.2.2 martin PROG bin/mt 15 1.1.2.2 martin PROG bin/mv 16 1.1.2.2 martin PROG bin/pax usr/bin/tar 17 1.1.2.2 martin PROG bin/pwd 18 1.1.2.2 martin #PROG bin/rcmd 19 1.1.2.2 martin #PROG bin/rcp 20 1.1.2.2 martin PROG bin/rm 21 1.1.2.2 martin PROG bin/sh 22 1.1.2.2 martin PROG bin/stty 23 1.1.2.2 martin PROG bin/sync 24 1.1.2.2 martin 25 1.1.2.2 martin PROG sbin/chown bin/chgrp 26 1.1.2.2 martin PROG sbin/disklabel 27 1.1.2.2 martin PROG sbin/dmesg 28 1.1.2.2 martin PROG sbin/fsck 29 1.1.2.2 martin PROG sbin/fsck_ffs 30 1.1.2.2 martin PROG sbin/ifconfig 31 1.1.2.2 martin PROG sbin/init 32 1.1.2.2 martin PROG sbin/mknod 33 1.1.2.2 martin PROG sbin/mount 34 1.1.2.2 martin PROG sbin/mount_cd9660 35 1.1.2.2 martin PROG sbin/mount_ffs 36 1.1.2.2 martin PROG sbin/mount_msdos 37 1.1.2.2 martin PROG sbin/mount_nfs 38 1.1.2.2 martin PROG sbin/newfs sbin/mount_mfs 39 1.1.2.2 martin PROG sbin/ping 40 1.1.2.2 martin PROG sbin/reboot sbin/halt 41 1.1.2.2 martin PROG sbin/restore sbin/rrestore 42 1.1.2.2 martin PROG sbin/route 43 1.1.2.2 martin #PROG sbin/shutdown 44 1.1.2.2 martin PROG sbin/swapctl sbin/swapon 45 1.1.2.2 martin #PROG sbin/sysctl 46 1.1.2.2 martin PROG sbin/umount 47 1.1.2.2 martin 48 1.1.2.2 martin PROG usr/bin/ftp 49 1.1.2.2 martin PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 50 1.1.2.2 martin PROG usr/bin/more 51 1.1.2.2 martin #PROG usr/bin/sed 52 1.1.2.2 martin PROG usr/bin/tset 53 1.1.2.2 martin 54 1.1.2.2 martin PROG usr/sbin/chroot 55 1.1.2.2 martin PROG usr/sbin/installboot 56 1.1.2.2 martin 57 1.1.2.2 martin # init invokes the shell as -sh 58 1.1.2.2 martin ARGVLN sh -sh 59 1.1.2.2 martin 60 1.1.2.2 martin SPECIAL disklabel srcdir distrib/utils/x_disklabel 61 1.1.2.2 martin #SPECIAL ed srcdir distrib/utils/x_ed 62 1.1.2.2 martin SPECIAL gzip srcdir distrib/utils/x_gzip 63 1.1.2.2 martin SPECIAL fsck_ffs srcdir distrib/utils/x_fsck_ffs 64 1.1.2.2 martin SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 65 1.1.2.2 martin SPECIAL more srcdir distrib/utils/more 66 1.1.2.2 martin SPECIAL newfs srcdir distrib/utils/x_newfs 67 1.1.2.2 martin SPECIAL ping srcdir distrib/utils/x_ping 68 1.1.2.2 martin SPECIAL route srcdir distrib/utils/x_route 69 1.1.2.2 martin SPECIAL umount srcdir distrib/utils/x_umount 70 1.1.2.2 martin 71 1.1.2.2 martin LIBS libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -ll -lm -lz -lprop 72 1.1.2.2 martin 73 1.1.2.2 martin COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot 74 1.1.2.2 martin 75 1.1.2.2 martin # various files that we need in /etc for the install 76 1.1.2.2 martin COPY ${NETBSDSRCDIR}/etc/group etc/group 77 1.1.2.2 martin COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 78 1.1.2.2 martin COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 79 1.1.2.2 martin COPY ${DISTRIBDIR}/common/protocols etc/protocols 80 1.1.2.2 martin COPY ${DISTRIBDIR}/common/services etc/services 81 1.1.2.2 martin 82 1.1.2.2 martin # and the boot script 83 1.1.2.2 martin COPY ${CURDIR}/dot.profile .profile 84 1.1.2.2 martin MTREE ./.profile type=file uname=root gname=wheel mode=0644 85