1 1.1 gmcgarry # $NetBSD: list,v 1.1 2002/02/13 05:31:18 gmcgarry Exp $ 2 1.1 gmcgarry # 3 1.1 gmcgarry 4 1.1 gmcgarry SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/hp300/stand 5 1.1 gmcgarry #SRCDIRS usr.bin/less 6 1.1 gmcgarry 7 1.1 gmcgarry PROG bin/cat 8 1.1 gmcgarry PROG bin/chio 9 1.1 gmcgarry PROG bin/chmod 10 1.1 gmcgarry PROG bin/cp 11 1.1 gmcgarry PROG bin/dd 12 1.1 gmcgarry PROG bin/df 13 1.1 gmcgarry PROG bin/ed 14 1.1 gmcgarry PROG bin/ln 15 1.1 gmcgarry PROG bin/ls 16 1.1 gmcgarry PROG bin/mkdir 17 1.1 gmcgarry PROG bin/mt 18 1.1 gmcgarry PROG bin/mv 19 1.1 gmcgarry PROG bin/pax usr/bin/tar 20 1.1 gmcgarry PROG bin/pwd 21 1.1 gmcgarry PROG bin/rcmd 22 1.1 gmcgarry PROG bin/rm 23 1.1 gmcgarry PROG bin/sh 24 1.1 gmcgarry PROG bin/stty 25 1.1 gmcgarry PROG bin/sync 26 1.1 gmcgarry 27 1.1 gmcgarry PROG sbin/dhclient 28 1.1 gmcgarry PROG sbin/disklabel 29 1.1 gmcgarry PROG sbin/fsck 30 1.1 gmcgarry PROG sbin/fsck_ffs 31 1.1 gmcgarry PROG sbin/ifconfig 32 1.1 gmcgarry PROG sbin/init 33 1.1 gmcgarry PROG sbin/mknod 34 1.1 gmcgarry PROG sbin/mount 35 1.1 gmcgarry PROG sbin/mount_cd9660 36 1.1 gmcgarry PROG sbin/mount_ext2fs 37 1.1 gmcgarry PROG sbin/mount_ffs 38 1.1 gmcgarry PROG sbin/mount_kernfs 39 1.1 gmcgarry PROG sbin/mount_msdos 40 1.1 gmcgarry PROG sbin/mount_nfs 41 1.1 gmcgarry PROG sbin/mount_ntfs 42 1.1 gmcgarry PROG sbin/newfs sbin/mount_mfs 43 1.1 gmcgarry PROG sbin/ping 44 1.1 gmcgarry PROG sbin/ping6 45 1.1 gmcgarry PROG sbin/reboot sbin/halt 46 1.1 gmcgarry PROG sbin/restore sbin/rrestore 47 1.1 gmcgarry PROG sbin/route 48 1.1 gmcgarry PROG sbin/rtsol 49 1.1 gmcgarry PROG sbin/scsictl 50 1.1 gmcgarry PROG sbin/shutdown 51 1.1 gmcgarry PROG sbin/slattach 52 1.1 gmcgarry PROG sbin/swapctl 53 1.1 gmcgarry PROG sbin/umount 54 1.1 gmcgarry 55 1.1 gmcgarry PROG usr/bin/ftp 56 1.1 gmcgarry PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 57 1.1 gmcgarry #PROG usr/bin/less usr/bin/more 58 1.1 gmcgarry PROG usr/bin/sed 59 1.1 gmcgarry PROG usr/bin/tip 60 1.1 gmcgarry 61 1.1 gmcgarry PROG usr/sbin/chown usr/bin/chgrp 62 1.1 gmcgarry PROG usr/sbin/chroot 63 1.1 gmcgarry PROG usr/sbin/wiconfig 64 1.1 gmcgarry 65 1.1 gmcgarry SPECIAL dhclient srcdir distrib/utils/x_dhclient 66 1.1 gmcgarry SPECIAL ftp srcdir distrib/utils/x_ftp 67 1.1 gmcgarry SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 68 1.1 gmcgarry SPECIAL ping srcdir distrib/utils/x_ping 69 1.1 gmcgarry SPECIAL ping6 srcdir distrib/utils/x_ping6 70 1.1 gmcgarry SPECIAL route srcdir distrib/utils/x_route 71 1.1 gmcgarry 72 1.1 gmcgarry LIBS libhack.o -lbz2 -ledit -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm 73 1.1 gmcgarry 74 1.1 gmcgarry # various files that we need in /etc for the install 75 1.1 gmcgarry COPY ${_SRC_TOP_}/usr.sbin/dhcp/clientscript/dhclient-script sbin/dhclient-script 555 76 1.1 gmcgarry 77 1.1 gmcgarry # we need the boot block in /usr/mdec 78 1.1 gmcgarry COPY ${DESTDIR}/usr/mdec/uboot.lif usr/mdec/uboot.lif 79 1.1 gmcgarry COPY ${DISTDIR}/usr/mdec/installboot usr/mdec/installboot 80 1.1 gmcgarry 81 1.1 gmcgarry # init invokes the shell as -sh 82 1.1 gmcgarry ARGVLN sh -sh 83 1.1 gmcgarry 84 1.1 gmcgarry # various files that we need in /etc for the install 85 1.1 gmcgarry COPY ${_SRC_TOP_}/etc/group etc/group 86 1.1 gmcgarry COPY ${_SRC_TOP_}/etc/master.passwd etc/master.passwd 87 1.1 gmcgarry COPY ${_SRC_TOP_}/etc/netconfig etc/netconfig 88 1.1 gmcgarry COPY ${_SRC_TOP_}/etc/protocols etc/protocols 89 1.1 gmcgarry COPY ${_SRC_TOP_}/etc/services etc/services 90 1.1 gmcgarry 91 1.1 gmcgarry # and the common installation tools 92 1.1 gmcgarry COPY ${CURDIR}/termcap.mini usr/share/misc/termcap 93 1.1 gmcgarry 94 1.1 gmcgarry # and the boot script 95 1.1 gmcgarry COPY ${CURDIR}/dot.profile .profile 96