list revision 1.6
1#	$NetBSD: list,v 1.6 1996/05/27 15:50:53 leo Exp $
2
3SRCDIRS usr.bin bin sbin usr.sbin gnu/usr.bin
4
5# copy the crunched binary, link to it, and kill it
6COPY	${OBJDIR}/instbin	instbin
7LINK	instbin			bin/cat
8LINK	instbin			bin/chmod
9LINK	instbin			bin/cp
10LINK	instbin			bin/dd
11LINK	instbin			bin/df
12LINK	instbin			bin/ed
13LINK	instbin			bin/expr
14LINK	instbin			bin/hostname
15LINK	instbin			bin/ln
16LINK	instbin			bin/ls
17LINK	instbin			bin/kill
18LINK	instbin			bin/mkdir
19LINK	instbin			bin/mt
20LINK	instbin			bin/mv
21LINK	instbin			bin/pwd
22LINK	instbin			bin/rm
23LINK	instbin			bin/sh
24LINK	instbin			bin/stty
25LINK	instbin			bin/sleep
26LINK	instbin			bin/sync
27LINK	instbin			bin/test bin/[
28LINK	instbin			sbin/fsck_ffs sbin/fsck
29LINK	instbin			sbin/reboot sbin/halt
30LINK	instbin			sbin/ifconfig
31LINK	instbin			sbin/init
32LINK	instbin			sbin/mknod
33LINK	instbin			sbin/mount
34LINK	instbin			sbin/mount_cd9660
35LINK	instbin			sbin/mount_ffs
36LINK	instbin			sbin/mount_nfs
37LINK	instbin			sbin/newfs sbin/mount_mfs
38LINK	instbin			sbin/ping
39LINK	instbin			sbin/route
40LINK	instbin			sbin/shutdown
41LINK	instbin			sbin/slattach
42LINK	instbin			sbin/umount
43SYMLINK	../../instbin		usr/bin/chflags
44SYMLINK	../../instbin		usr/sbin/chown usr/bin/chgrp
45SYMLINK	../../instbin		usr/sbin/chroot
46SYMLINK	../../instbin		usr/bin/ftp
47SYMLINK	../../instbin		usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
48SYMLINK	../../instbin		usr/bin/less usr/bin/more
49SYMLINK	../../instbin		usr/bin/sed
50SYMLINK	../../instbin		usr/bin/sort
51SYMLINK	../../instbin		usr/bin/tar
52SYMLINK	../../instbin		usr/bin/tip
53SYMLINK	../../instbin		usr/sbin/update
54
55# crunchgen source directory specials
56CRUNCHSPECIAL	less srcdir /usr/src/usr.bin/less/less
57
58# `internal' crunchgen links
59ARGVLINK mount_ffs	ffs
60ARGVLINK mount_nfs	nfs
61ARGVLINK mount_cd9660	cd9660
62ARGVLINK sh		-sh
63
64# various files that we need in /etc for the install
65COPY	${DESTDIR}/etc/group		etc/group
66COPY	${DESTDIR}/etc/master.passwd	etc/master.passwd
67COPY	${DESTDIR}/etc/passwd		etc/passwd
68COPY	${DESTDIR}/etc/protocols	etc/protocols
69COPY	${DESTDIR}/etc/pwd.db		etc/pwd.db
70COPY	${DESTDIR}/etc/services		etc/services
71COPY	${DESTDIR}/etc/spwd.db		etc/spwd.db
72
73# and the installation scripts
74COPY	${CURDIR}/install.sub		install.sub
75COPY	${CURDIR}/install.sh		install
76COPY	${CURDIR}/upgrade.sh		upgrade
77SPECIAL	chmod 755 install upgrade
78