1#	$NetBSD: list,v 1.27 2011/06/19 02:27:41 tsutsui Exp $
2
3SRCDIRS	bin sbin external/bsd/less/bin usr.bin usr.sbin
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/chown	bin/chgrp
23PROG	sbin/disklabel
24PROG	sbin/fsck
25PROG	sbin/fsck_ffs
26PROG	sbin/ifconfig
27PROG	sbin/init
28PROG	sbin/mknod
29PROG	sbin/mount
30PROG	sbin/mount_cd9660
31PROG	sbin/mount_ffs
32PROG	sbin/mount_filecore
33PROG	sbin/mount_kernfs
34PROG	sbin/mount_msdos
35PROG	sbin/mount_nfs
36PROG	sbin/newfs	sbin/mount_mfs
37PROG	sbin/ping
38PROG	sbin/reboot	sbin/halt
39PROG	sbin/restore	sbin/rrestore
40PROG	sbin/route
41PROG	sbin/shutdown
42PROG	sbin/slattach
43PROG	sbin/swapctl
44PROG	sbin/umount
45
46PROG	usr/bin/ftp
47PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
48PROG	usr/bin/less	usr/bin/more
49PROG	usr/bin/sed
50PROG	usr/bin/tip
51
52PROG	usr/sbin/chroot
53
54# init invokes the shell as -sh
55ARGVLN	sh -sh
56
57SPECIAL	gzip	srcdir distrib/utils/x_gzip
58SPECIAL	ping	srcdir distrib/utils/x_ping
59
60LIBS	-ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
61
62# we need the boot blocks /usr/mdec
63#COPYDIR	${DESTDIR}/usr/mdec	usr/mdec
64
65# various files that we need in /etc for the install
66COPY	${NETBSDSRCDIR}/etc/group		etc/group
67COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
68COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
69COPY	${DISTRIBDIR}/common/protocols		etc/protocols
70COPY	${DISTRIBDIR}/common/services		etc/services
71
72#COPY	${CURDIR}/inst.sh			usr/local/sbin/inst	555
73
74# and the installation tools
75COPY	${CURDIR}/dot.profile		.profile
76