1#	$NetBSD: list,v 1.18 2020/10/04 09:34:18 rin Exp $
2
3SRCDIRS	bin sbin usr.bin usr.sbin
4
5PROG	bin/cat
6PROG	bin/chmod
7PROG	bin/cp
8PROG	bin/dd
9PROG	bin/dmesg
10PROG	bin/df
11PROG	bin/ed
12PROG	bin/ln
13PROG	bin/ls
14PROG	bin/mkdir
15PROG	bin/mv
16PROG	bin/pax		usr/bin/tar
17PROG	bin/pwd
18PROG	bin/rm
19PROG	bin/sh
20PROG	bin/stty
21PROG	bin/sync
22
23PROG	sbin/chown	bin/chgrp
24PROG	sbin/disklabel
25PROG	sbin/fsck
26PROG	sbin/fsck_ffs
27PROG	sbin/ifconfig
28PROG	sbin/init
29PROG	sbin/mknod
30PROG	sbin/mount
31PROG	sbin/mount_cd9660
32PROG	sbin/mount_ffs
33PROG	sbin/mount_nfs
34PROG	sbin/newfs	sbin/mount_mfs
35PROG	sbin/ping
36PROG	sbin/reboot	sbin/halt
37PROG	sbin/restore	sbin/rrestore
38PROG	sbin/route
39PROG	sbin/shutdown
40PROG	sbin/umount
41
42PROG	usr/bin/ftp
43PROG	usr/bin/gzip	usr/bin/gzcat	usr/bin/gunzip
44PROG	usr/bin/more
45PROG	usr/bin/sed
46
47PROG	usr/sbin/chroot
48
49# init invokes the shell as -sh
50ARGVLN	sh	-sh
51
52SPECIAL	disklabel	srcdir	distrib/utils/x_disklabel
53SPECIAL	ed		srcdir	distrib/utils/x_ed
54SPECIAL	fsck_ffs	srcdir	distrib/utils/x_fsck_ffs
55SPECIAL	gzip		srcdir	distrib/utils/x_gzip
56SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
57SPECIAL	more		srcdir	distrib/utils/more
58SPECIAL	newfs		srcdir	distrib/utils/x_newfs
59SPECIAL	ping		srcdir	distrib/utils/x_ping
60SPECIAL	route		srcdir	distrib/utils/x_route
61SPECIAL	umount		srcdir	distrib/utils/x_umount
62
63LIBS	libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -ll -lm -lz -lprop
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# and the boot script
73COPY	${CURDIR}/dot.profile		.profile
74MTREE	./.profile	type=file uname=root gname=wheel mode=644
75