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