1#	$NetBSD: list,v 1.13 2020/04/07 10:22:00 martin Exp $
2
3SRCDIRS	bin sbin 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/mt
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/dmesg
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_msdos
35PROG	sbin/mount_nfs
36PROG	sbin/mount_sysvbfs
37PROG	sbin/newfs	sbin/mount_mfs
38PROG	sbin/newfs_sysvbfs
39PROG	sbin/ping
40PROG	sbin/reboot	sbin/halt
41PROG	sbin/restore	sbin/rrestore
42PROG	sbin/route
43PROG	sbin/swapctl	sbin/swapon
44PROG	sbin/umount
45
46PROG	usr/bin/ftp
47PROG	usr/bin/gzip	usr/bin/gzcat	usr/bin/gunzip
48PROG	usr/bin/more
49PROG	usr/bin/sed
50PROG	usr/bin/tset
51
52PROG	usr/sbin/installboot
53
54PROG	usr/sbin/chroot
55
56# init invokes the shell as -sh
57ARGVLN	sh	-sh
58
59SPECIAL	disklabel	srcdir	distrib/utils/x_disklabel
60SPECIAL	ed		srcdir	distrib/utils/x_ed
61SPECIAL	fsck_ffs	srcdir	distrib/utils/x_fsck_ffs
62SPECIAL	gzip		srcdir	distrib/utils/x_gzip
63SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
64SPECIAL	more		srcdir	distrib/utils/more
65SPECIAL	newfs		srcdir	distrib/utils/x_newfs
66SPECIAL	ping		srcdir	distrib/utils/x_ping
67SPECIAL	route		srcdir	distrib/utils/x_route
68SPECIAL	umount		srcdir	distrib/utils/x_umount
69
70LIBS	libhack.o -ledit -lutil -lrmt -ll -lm -lz -lprop
71
72COPY	${DESTDIR}/usr/mdec/bootxx_ustarfs	usr/mdec/bootxx_ustarfs
73COPY	${DESTDIR}/usr/mdec/bootxx_bfs		usr/mdec/bootxx_bfs
74COPY	${DESTDIR}/usr/mdec/boot		usr/mdec/boot
75
76# various files that we need in /etc for the install
77COPY	${NETBSDSRCDIR}/etc/group		etc/group
78COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
79COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
80COPY	${DISTRIBDIR}/common/protocols		etc/protocols
81COPY	${DISTRIBDIR}/common/services		etc/services
82
83# and the boot script
84COPY	${CURDIR}/dot.profile		.profile
85MTREE	./.profile	type=file uname=root gname=wheel mode=0644
86