1 # $NetBSD: list,v 1.26 2009/09/20 23:19:53 abs Exp $
3 SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
17 PROG bin/pax usr/bin/tar
31 PROG sbin/mount_cd9660
33 PROG sbin/mount_kernfs
36 PROG sbin/newfs sbin/mount_mfs
38 PROG sbin/reboot sbin/halt
39 PROG sbin/restore sbin/rrestore
43 PROG sbin/swapctl sbin/swapon
47 PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip
50 PROG usr/bin/more usr/bin/less
53 PROG usr/sbin/chown usr/bin/chgrp
56 # init invokes the shell as -sh
59 SPECIAL ed srcdir distrib/utils/x_ed
60 SPECIAL gzip srcdir distrib/utils/x_gzip
61 SPECIAL ifconfig srcdir distrib/utils/x_ifconfig
62 SPECIAL more srcdir distrib/utils/more
63 SPECIAL ping srcdir distrib/utils/x_ping
64 SPECIAL route srcdir distrib/utils/x_route
65 SPECIAL umount srcdir distrib/utils/x_umount
67 LIBS libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -ll -lm -lz -lprop
69 # various files that we need in /etc for the install
70 COPY ${NETBSDSRCDIR}/etc/group etc/group
71 COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd
72 COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
73 COPY ${DISTRIBDIR}/common/protocols etc/protocols
74 COPY ${DISTRIBDIR}/common/services etc/services
76 # and the common installation tools
77 COPY ${DISTRIBDIR}/common/termcap usr/share/misc/termcap
79 # and the installation tools
80 COPY ${CURDIR}/dot.profile .profile
82 # and a copy of the INSTALL notes
83 COPY ${NOTESOBJDIR}/INSTALL.more INSTALL.more