list revision 1.1
1#	$Id: list,v 1.1 1995/10/01 21:22:34 ragge Exp $
2
3# copy the crunched binary, link to it, and kill it
4COPY	${OBJDIR}/instbin	instbin
5LINK	instbin			bin/cat
6LINK	instbin			bin/chmod
7LINK	instbin			bin/cp
8LINK	instbin			bin/dd
9LINK	instbin			bin/df
10LINK	instbin			bin/ed
11LINK	instbin			bin/expr
12LINK	instbin			bin/ln
13LINK	instbin			bin/ls
14LINK	instbin			bin/mkdir
15LINK	instbin			bin/mv
16LINK	instbin			bin/mt
17LINK	instbin			bin/rm
18LINK	instbin			bin/sh
19LINK	instbin			bin/-sh
20LINK	instbin			bin/stty
21LINK	instbin			bin/sync
22LINK	instbin			bin/test
23LINK	instbin			bin/[
24LINK	instbin			sbin/disklabel
25LINK	instbin			sbin/fsck
26LINK	instbin			sbin/halt
27LINK	instbin			sbin/ifconfig
28LINK	instbin			sbin/init
29LINK	instbin			sbin/mknod
30LINK	instbin			sbin/mount
31LINK	instbin			sbin/mount_ffs
32LINK	instbin			sbin/mount_nfs
33LINK	instbin			sbin/newfs
34LINK	instbin			sbin/reboot
35LINK	instbin			sbin/route
36LINK	instbin			sbin/shutdown
37LINK	instbin			sbin/slattach
38LINK	instbin			sbin/umount
39LINK	instbin			usr/bin/awk
40LINK	instbin			usr/bin/chgrp
41LINK	instbin			usr/bin/ftp
42LINK	instbin			usr/bin/gunzip
43LINK	instbin			usr/bin/gzcat
44LINK	instbin			usr/bin/gzip
45LINK	instbin			usr/bin/more
46LINK	instbin			usr/bin/sed
47LINK	instbin			usr/bin/strings
48LINK	instbin			usr/bin/tar
49# LINK	instbin			usr/sbin/bad144
50LINK	instbin			usr/sbin/chown
51LINK	instbin			usr/sbin/chroot
52LINK	instbin			usr/sbin/update
53SPECIAL	/bin/rm instbin
54
55# copy the MAKEDEV script and make some devices
56COPY	${DESTDIR}/dev/MAKEDEV	dev/MAKEDEV
57SPECIAL	cd dev; sh MAKEDEV std tms0 ra0 ra1 ra2 ra3 ra4 ra5 ra6 ra7
58
59# we need the contents of /usr/mdec (XXX)
60# COPY	${DESTDIR}/usr/mdec/*	usr/mdec
61
62# various files that we need in /etc for the install
63COPY	${DESTDIR}/etc/group		etc
64COPY	${DESTDIR}/etc/master.passwd	etc
65COPY	${DESTDIR}/etc/passwd		etc
66COPY	${DESTDIR}/etc/protocols	etc
67COPY	${DESTDIR}/etc/pwd.db		etc
68COPY	${DESTDIR}/etc/services		etc
69COPY	${DESTDIR}/etc/spwd.db		etc
70
71# and the common installation tools
72COPY	${TOPDIR}/inst-common/termcap.vt	usr/share/misc/termcap
73
74COPY	/gennetbsd			.
75COPY	/boot				.
76