list revision 1.13
1#	$NetBSD: list,v 1.13 2002/03/07 23:51:48 lukem Exp $
2
3SRCDIRS	bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
4SRCDIRS	sys/arch/@MACHINE@/stand
5
6
7PROG	bin/cat		usr/bin/strings
8PROG	bin/chmod
9PROG	bin/cp
10PROG	bin/dd
11PROG	bin/df
12PROG	bin/ed
13PROG	bin/ln
14PROG	bin/ls
15PROG	bin/mkdir
16PROG	bin/mt
17PROG	bin/mv
18PROG	bin/pax		usr/bin/tar
19PROG	bin/pwd
20PROG	bin/rm
21PROG	bin/sh
22PROG	bin/stty
23PROG	bin/sync
24
25PROG	sbin/disklabel
26PROG	sbin/fsck
27PROG	sbin/fsck_ffs
28PROG	sbin/ifconfig
29PROG	sbin/init
30PROG	sbin/mknod
31PROG	sbin/mount
32PROG	sbin/mount_cd9660
33PROG	sbin/mount_ffs
34PROG	sbin/mount_kernfs
35PROG	sbin/mount_msdos
36PROG	sbin/mount_nfs
37PROG	sbin/newfs
38PROG	sbin/ping
39PROG	sbin/reboot	sbin/halt
40PROG	sbin/restore	sbin/rrestore
41PROG	sbin/route
42PROG	sbin/shutdown
43PROG	sbin/slattach
44PROG	sbin/swapctl
45PROG	sbin/umount
46
47PROG	usr/bin/ftp
48PROG	usr/bin/gzip	usr/bin/gunzip usr/bin/gzcat
49PROG	usr/bin/less	usr/bin/more
50PROG	usr/bin/sed
51PROG	usr/bin/tip
52PROG	usr/bin/tset
53
54PROG	usr/mdec/installboot
55
56PROG	usr/sbin/bad144
57PROG	usr/sbin/chown	usr/bin/chgrp
58PROG	usr/sbin/chroot
59
60# init invokes the shell as -sh
61ARGVLN	sh -sh
62
63SPECIAL	ping		srcdir	distrib/utils/x_ping
64
65LIBS	-ledit -lbz2 -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm
66
67# we need the boot blocks /usr/mdec
68COPY	${DESTDIR}/usr/mdec/boot		usr/mdec/boot
69COPY	${DESTDIR}/usr/mdec/bootxx_ffs		usr/mdec/bootxx_ffs
70
71# various files that we need in /etc for the install
72COPY	${_SRC_TOP_}/etc/group		etc/group
73COPY	${_SRC_TOP_}/etc/master.passwd	etc/master.passwd
74COPY	${_SRC_TOP_}/etc/protocols	etc/protocols
75COPY	${_SRC_TOP_}/etc/netconfig	etc/netconfig
76COPY	${_SRC_TOP_}/etc/services	etc/services
77
78CMD	${PWD_MKDB} -L -d . etc/master.passwd
79MTREE	./etc/pwd.db	type=file uname=root gname=wheel mode=0644
80MTREE	./etc/spwd.db	type=file uname=root gname=wheel mode=0600
81
82# and the common installation tools
83COPY	${DESTDIR}/usr/share/misc/termcap	usr/share/misc/termcap
84COPY	${_SRC_TOP_}/distrib/utils/script-installer/dot.commonutils .commonutils
85COPY	${_SRC_TOP_}/distrib/utils/script-installer/dot.instutils   .instutils
86
87# the disktab explanation file
88COPY	${CURDIR}/disktab.preinstall		etc/disktab.preinstall
89
90# and the installation tools
91COPY	${CURDIR}/dot.profile			.profile
92COPY	${CURDIR}/dot.hdprofile			tmp/.hdprofile
93
94# old-style installation tools
95COPY	${CURDIR}/../src/install.sh		install	755
96COPY	${CURDIR}/../src/upgrade.sh		upgrade	755
97
98# and the install notes
99COPY	${INSTALLNOTES}				INSTALL.more
100