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