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