list revision 1.5
1#	$NetBSD: list,v 1.5 1996/05/27 12:39:05 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# Minimize use of MFS
65SYMLINK	/tmp	var/tmp
66
67# copy the MAKEDEV script and make some devices
68COPY	${DESTDIR}/dev/MAKEDEV		dev/MAKEDEV
69COPY	${DESTDIR}/dev/MAKEDEV.local	dev/MAKEDEV.local
70SPECIAL	cd dev; sh MAKEDEV all
71SPECIAL	/bin/rm dev/MAKEDEV
72
73# various files that we need in /etc for the install
74COPY	${DESTDIR}/etc/group		etc/group
75COPY	${DESTDIR}/etc/master.passwd	etc/master.passwd
76COPY	${DESTDIR}/etc/passwd		etc/passwd
77COPY	${DESTDIR}/etc/protocols	etc/protocols
78COPY	${DESTDIR}/etc/pwd.db		etc/pwd.db
79COPY	${DESTDIR}/etc/services		etc/services
80COPY	${DESTDIR}/etc/spwd.db		etc/spwd.db
81
82# the zoneinfo
83COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
84
85# and the termcap file
86COPY	${CURDIR}/../../share/termcap/termcap.src usr/share/misc/termcap
87
88# and the installation scripts
89COPY	${CURDIR}/install.sub		install.sub
90COPY	${CURDIR}/install.sh		install
91COPY	${CURDIR}/upgrade.sh		upgrade
92SPECIAL	chmod 755 install upgrade
93