1#	$NetBSD: list,v 1.28.4.1 2012/07/05 18:22:49 riz Exp $
2
3SRCDIRS external/bsd/less/bin 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_nfs
35PROG	sbin/newfs	sbin/mount_mfs
36PROG	sbin/ping
37PROG	sbin/reboot	sbin/halt
38# PROG	sbin/restore	sbin/rrestore
39PROG	sbin/route
40PROG	sbin/shutdown
41PROG	sbin/swapctl
42PROG	sbin/umount
43
44PROG	usr/bin/ftp
45PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
46PROG	usr/bin/less	usr/bin/more
47PROG	usr/bin/sed
48
49# PROG	usr/sbin/bad144
50PROG	usr/sbin/chroot
51PROG	usr/sbin/installboot
52
53# init invokes the shell as -sh
54ARGVLN	sh -sh
55
56SPECIAL	gzip		srcdir	distrib/utils/x_gzip
57SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
58SPECIAL	ping		srcdir	distrib/utils/x_ping
59SPECIAL	route		srcdir	distrib/utils/x_route
60
61LIBS	libhack.o -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
62
63# we need the boot in /, and boot blocks in /usr/mdec
64COPY	${DESTDIR}/boot			boot
65COPY	${DESTDIR}/usr/mdec/xxboot	usr/mdec/xxboot
66LINK	usr/mdec/xxboot			usr/mdec/raboot
67LINK	usr/mdec/xxboot			usr/mdec/hpboot
68LINK	usr/mdec/xxboot			usr/mdec/rdboot
69LINK	usr/mdec/xxboot			usr/mdec/sdboot
70
71# various files that we need in /etc for the install
72COPY	${NETBSDSRCDIR}/etc/group		etc/group
73COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
74COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
75COPY	${DISTRIBDIR}/common/protocols		etc/protocols
76COPY	${DISTRIBDIR}/common/services		etc/services
77
78# and the installation tools
79COPY	${CURDIR}/dot.profile		.profile
80