1 # $NetBSD: list,v 1.34 2009/09/20 22:46:10 abs Exp $
3 SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin
5 PROG bin/cat usr/bin/strings
16 PROG bin/pax usr/bin/tar
31 PROG sbin/mount_cd9660
35 PROG sbin/newfs sbin/mount_mfs
37 PROG sbin/reboot sbin/halt
38 PROG sbin/restore sbin/rrestore
46 PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip
47 PROG usr/bin/less usr/bin/more
53 PROG usr/sbin/chown usr/bin/chgrp
55 PROG usr/sbin/installboot
57 # init invokes the shell as -sh
60 SPECIAL ping srcdir distrib/utils/x_ping
62 LIBS -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
67 COPY ${DESTDIR}/usr/mdec/bootxx_ffsv2 usr/mdec/bootxx_ffsv2
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 CMD ${TOOL_PWD_MKDB} -L -d . etc/master.passwd
77 MTREE ./etc/pwd.db type=file uname=root gname=wheel mode=0644
78 MTREE ./etc/spwd.db type=file uname=root gname=wheel mode=0600
80 # and the common installation tools
81 COPY ${DISTRIBDIR}/common/termcap usr/share/misc/termcap
82 COPY ${DISTRIBDIR}/utils/script-installer/dot.commonutils .commonutils
83 COPY ${DISTRIBDIR}/utils/script-installer/dot.instutils .instutils
85 # and the installation tools
86 COPY ${CURDIR}/dot.profile .profile
88 # old-style installation tools
89 COPY ${CURDIR}/install.sh install 555
90 COPY ${CURDIR}/upgrade.sh upgrade 555
92 # and the install notes
93 COPY ${INSTALLNOTES} INSTALL.more