1 # $NetBSD: list,v 1.13 2009/09/20 22:46:12 abs Exp $
3 SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin
16 PROG bin/pax usr/bin/cpio usr/bin/tar
30 PROG sbin/mount_cd9660
32 PROG sbin/mount_kernfs
35 PROG sbin/newfs sbin/mount_mfs
37 PROG sbin/reboot sbin/halt
44 PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip
49 PROG usr/mdec/installboot
51 PROG usr/sbin/chown usr/bin/chgrp
54 # init invokes the shell as -sh
57 SPECIAL ping srcdir distrib/utils/x_ping
59 # we have not switched to MI usr.sbin/installboot yet.
60 SPECIAL installboot srcdir sys/arch/${MACHINE}/stand/installboot
62 LIBS libhack.o -ledit -lbz2 -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm -lz -lprop
64 # we need the boot blocks /usr/mdec
65 COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot
66 COPY ${DESTDIR}/usr/mdec/bootxx_ffs usr/mdec/bootxx_ffs
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
77 COPY ${DISTRIBDIR}/utils/script-installer/dot.commonutils .commonutils
78 COPY ${DISTRIBDIR}/utils/script-installer/dot.instutils .instutils
80 # and the shell startup files
81 COPY ${CURDIR}/dot.profile .profile