1#	$NetBSD: list,v 1.19 2009/06/09 11:06:09 he Exp $
2
3SRCDIRS bin sbin usr.bin usr.sbin
4
5PROG	bin/pax		usr/bin/tar usr/bin/cpio
6PROG	bin/sh
7PROG	bin/mt
8
9PROG	sbin/init
10PROG	sbin/mount_cd9660
11PROG	sbin/mount_ffs
12PROG	sbin/newfs	sbin/mount_mfs
13PROG	sbin/reboot	sbin/halt
14PROG	sbin/umount
15
16PROG	usr/bin/eject
17PROG	usr/bin/gzip	usr/bin/gunzip usr/bin/zcat
18
19PROG	usr/sbin/chroot
20
21# init invokes the shell as -sh
22ARGVLN	sh -sh
23
24# crunchgen source directory specials
25SPECIAL	gzip		srcdir distrib/utils/x_gzip
26SPECIAL	umount		srcdir distrib/utils/x_umount
27
28LIBS	libhack.o -lz -ll -lutil -lrmt -lprop
29
30COPY	${CURDIR}/dot.profile .profile
31
32MTREE	./cdrom		type=dir uname=root gname=wheel mode=0755
33MTREE	./instfs	type=dir uname=root gname=wheel mode=0755
34