1 # 2 # $NetBSD: list,v 1.32 2021/06/27 05:25:12 tsutsui Exp $ 3 # 4 5 COPY ${KERNEL3} netbsd.sun3 6 COPY ${KERNEL3X} netbsd.sun3x 7 8 # These are scripts: 9 COPY ${DESTDIR}/usr/bin/false bin/false 555 10 COPY ${DESTDIR}/usr/bin/true bin/true 555 11 12 # From usr/mdec: 13 COPY ${DESTDIR}/usr/mdec/bootxx usr/mdec/bootxx 14 # COPY ${DESTDIR}/usr/mdec/bootyy usr/mdec/bootyy 15 SYMLINK /usr/sbin/installboot usr/mdec/installboot 16 COPY ${DESTDIR}/usr/mdec/netboot usr/mdec/netboot 17 COPY ${DESTDIR}/usr/mdec/tapeboot usr/mdec/tapeboot 18 COPY ${DESTDIR}/usr/mdec/ufsboot usr/mdec/ufsboot 19 LINK usr/mdec/ufsboot ufsboot 20 21 # various files that we need in /etc for the install 22 COPY ${DESTDIR}/etc/group etc/group 23 COPY ${DESTDIR}/etc/master.passwd etc/master.passwd 24 COPY ${DESTDIR}/etc/netconfig etc/netconfig 25 COPY ${DESTDIR}/etc/passwd etc/passwd 26 COPY ${DISTRIBDIR}/common/protocols etc/protocols 27 COPY ${DESTDIR}/etc/pwd.db etc/pwd.db 28 COPY ${DESTDIR}/etc/spwd.db etc/spwd.db 29 COPY ${DISTRIBDIR}/common/services etc/services 30 31 # some /etc files get special handling (for MFS /tmp yuck) 32 COPY ${CURDIR}/fstab tmp/fstab.shadow 33 SYMLINK /tmp/fstab.shadow etc/fstab 34 SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 35 SYMLINK /tmp/hosts etc/hosts 36 37 # copy the MAKEDEV script and make some devices 38 COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV 555 39 COPY ${DESTDIR}/dev/MAKEDEV.local dev/MAKEDEV.local 555 40 41 # copy the miniroot installation tools 42 COPY ${CURDIR}/profile .profile 43 44 COPY ${CURDIR}/install.md install.md 45 COPY ${OBJDIR}/install.sub install.sub 46 47 COPY ${DISTRIBDIR}/miniroot/install.sh install 555 48 COPY ${DISTRIBDIR}/miniroot/upgrade.sh upgrade 555 49 50 SRCDIRS bin sbin usr.bin usr.sbin 51 52 # miniroot files from /sbin: 53 # Extras not in ../../miniroot/list: 54 # disklabel dmesg edlabel mount_kernfs restore 55 56 PROG sbin/disklabel 57 PROG sbin/dmesg 58 PROG sbin/edlabel 59 60 PROG sbin/fsck 61 PROG sbin/fsck_ffs 62 63 PROG sbin/ifconfig 64 PROG sbin/init 65 PROG sbin/mknod 66 67 PROG sbin/mount 68 PROG sbin/mount_cd9660 69 PROG sbin/mount_ffs 70 PROG sbin/mount_kernfs 71 PROG sbin/mount_nfs 72 73 PROG sbin/newfs sbin/mount_mfs 74 PROG sbin/ping 75 PROG sbin/reboot sbin/halt 76 77 PROG sbin/restore sbin/rrestore 78 79 PROG sbin/route 80 PROG sbin/shutdown 81 PROG sbin/slattach 82 PROG sbin/swapctl 83 PROG sbin/sysctl 84 PROG sbin/umount 85 86 # miniroot files from /bin: 87 # Extras not in ../../miniroot/list: 88 # date ps rmdir 89 90 PROG bin/cat 91 PROG bin/chmod 92 PROG bin/cp 93 PROG bin/date 94 PROG bin/dd 95 PROG bin/df 96 PROG bin/ed 97 PROG bin/expr 98 PROG bin/hostname 99 PROG bin/kill 100 PROG bin/ln 101 PROG bin/ls 102 PROG bin/mkdir 103 PROG bin/mt 104 PROG bin/mv 105 PROG bin/pax usr/bin/tar usr/bin/cpio 106 PROG bin/ps 107 PROG bin/pwd 108 PROG bin/rm 109 PROG bin/rmdir 110 PROG bin/sh 111 PROG bin/sleep 112 PROG bin/stty 113 PROG bin/sync 114 115 PROG bin/test bin/[ 116 117 PROG sbin/chown bin/chgrp 118 119 # usr.sbin: 120 PROG usr/sbin/eeprom 121 PROG usr/sbin/installboot 122 PROG usr/sbin/rdate 123 124 # usr.bin: 125 126 PROG usr/bin/chflags 127 PROG usr/bin/cksum 128 PROG usr/bin/cmp 129 PROG usr/bin/ftp 130 PROG usr/bin/less usr/bin/more 131 PROG usr/bin/rsh 132 PROG usr/bin/sed 133 PROG usr/bin/tip 134 PROG usr/bin/vi 135 136 PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 137 138 # install.md still uses sort 139 PROG usr/bin/sort 140 141 SPECIAL less srcdir external/bsd/less/bin/less 142 SPECIAL vi srcdir external/bsd/nvi/usr.bin/nvi 143 144 SPECIAL disklabel srcdir distrib/utils/x_disklabel 145 SPECIAL ed srcdir distrib/utils/x_ed 146 SPECIAL fsck_ffs srcdir distrib/utils/x_fsck_ffs 147 SPECIAL gzip srcdir distrib/utils/x_gzip 148 SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 149 SPECIAL newfs srcdir distrib/utils/x_newfs 150 SPECIAL ping srcdir distrib/utils/x_ping 151 SPECIAL route srcdir distrib/utils/x_route 152 SPECIAL umount srcdir distrib/utils/x_umount 153 154 SPECIAL edlabel srcdir distrib/utils/edlabel 155 156 ARGVLN sh -sh 157 158 LIBS libhack.o 159 LIBS -lrmt -ledit -lutil -lcrypt -ll -lm -lkvm -lz -lprop 160