1#	$NetBSD: list,v 1.18 2012/03/03 06:45:09 matt 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/date
9PROG	bin/dd
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/ps
18PROG	bin/pwd
19PROG	bin/rm
20PROG	bin/rmdir
21PROG	bin/sh
22PROG	bin/stty
23PROG	bin/sync
24
25PROG	sbin/disklabel
26PROG	sbin/drvctl
27PROG	sbin/fdisk
28PROG	sbin/fsck
29PROG	sbin/fsck_ext2fs
30PROG	sbin/fsck_ffs
31PROG	sbin/fsck_msdos
32PROG	sbin/ifconfig
33PROG	sbin/init
34PROG	sbin/mknod
35PROG	sbin/mount
36PROG	sbin/mount_cd9660
37PROG	sbin/mount_ext2fs
38PROG	sbin/mount_ffs
39PROG	sbin/mount_kernfs
40PROG	sbin/mount_msdos
41PROG	sbin/mount_nfs
42PROG	sbin/mount_tmpfs
43PROG	sbin/newfs	sbin/mount_mfs
44PROG	sbin/newfs_ext2fs
45PROG	sbin/newfs_msdos
46PROG	sbin/ping
47PROG	sbin/reboot	sbin/halt
48PROG	sbin/restore	sbin/rrestore
49PROG	sbin/route
50PROG	sbin/shutdown
51PROG	sbin/swapctl
52PROG	sbin/sysctl
53PROG	sbin/umount
54
55PROG	usr/bin/chown	usr/sbin/chgrp
56PROG	usr/bin/ftp
57PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
58PROG	usr/bin/less	usr/bin/more
59PROG	usr/bin/sed
60PROG	usr/bin/tset
61PROG	usr/bin/vmstat
62
63PROG	usr/sbin/chroot
64#PROG	usr/sbin/flashctl
65
66SPECIAL	ping	srcdir	distrib/utils/x_ping
67
68LIBS	libhack.o -ledit -lutil -lcurses -lterminfo -lkvm -lrmt -lcrypt -ll -lm -llzma -lbz2 -lz -lprop
69
70# init invokes the shell as -sh
71ARGVLN	sh -sh
72
73# various files that we need in /etc for the install
74COPY	${NETBSDSRCDIR}/etc/group		etc/group
75COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
76COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
77COPY	${DISTRIBDIR}/common/protocols		etc/protocols
78COPY	${DISTRIBDIR}/common/services		etc/services
79
80# and the installation tools
81COPY	${CURDIR}/dot.profile			.profile
82