1 # $NetBSD: list,v 1.9 2009/09/20 22:46:12 abs Exp $
3 SRCDIRS bin sbin usr.bin usr.sbin
16 PROG bin/pax usr/bin/tar
32 PROG sbin/newfs sbin/mount_mfs
34 PROG sbin/reboot sbin/halt
35 PROG sbin/restore sbin/rrestore
42 PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip
47 PROG usr/sbin/chown usr/bin/chgrp
50 # init invokes the shell as -sh
53 SPECIAL ed srcdir distrib/utils/x_ed
54 SPECIAL gzip srcdir distrib/utils/x_gzip
55 SPECIAL ifconfig srcdir distrib/utils/x_ifconfig
56 SPECIAL more srcdir distrib/utils/more
57 SPECIAL ping srcdir distrib/utils/x_ping
58 SPECIAL route srcdir distrib/utils/x_route
59 SPECIAL umount srcdir distrib/utils/x_umount
61 LIBS libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -ll -lm -lz -lprop
63 # various files that we need in /etc for the install
64 COPY ${NETBSDSRCDIR}/etc/group etc/group
65 COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd
66 COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
67 COPY ${DISTRIBDIR}/common/protocols etc/protocols
68 COPY ${DISTRIBDIR}/common/services etc/services
70 # and the common installation tools
71 COPY ${DISTRIBDIR}/common/termcap usr/share/misc/termcap
74 COPY ${CURDIR}/dot.profile .profile
75 MTREE ./.profile type=file uname=root gname=wheel mode=0644