xref: /netbsd-src/distrib/x68k/floppies/ramdisk/list (revision c2f76ff004a2cb67efe5b12d97bd3ef7fe89e18d)
1#	$NetBSD: list,v 1.29 2011/01/14 10:26:37 tsutsui Exp $
2
3SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/x68k/stand
4
5# copy the crunched binary, link to it, and kill it
6PROG	bin/cat
7PROG	bin/chmod
8PROG	bin/cp
9PROG	bin/dd
10PROG	bin/df
11#PROG	bin/ed
12PROG	bin/ln
13PROG	bin/ls
14PROG	bin/mkdir
15#PROG	bin/mt
16PROG	bin/mv
17PROG	bin/pax		usr/bin/tar
18PROG	bin/pwd
19PROG	bin/rm
20PROG	bin/sh
21#PROG	bin/sleep
22PROG	bin/stty
23PROG	bin/sync
24
25PROG	sbin/chown	bin/chgrp
26PROG	sbin/disklabel
27PROG	sbin/dmesg
28PROG	sbin/fsck
29PROG	sbin/fsck_ffs
30PROG	sbin/ifconfig
31PROG	sbin/init
32PROG	sbin/mknod
33PROG	sbin/mount
34PROG	sbin/mount_cd9660
35PROG	sbin/mount_ffs
36PROG	sbin/mount_kernfs
37PROG	sbin/mount_msdos
38PROG	sbin/mount_nfs
39PROG	sbin/newfs	sbin/mount_mfs
40PROG	sbin/ping
41PROG	sbin/reboot	sbin/halt
42PROG	sbin/route
43PROG	sbin/shutdown
44#PROG	sbin/slattach
45PROG	sbin/swapctl
46PROG	sbin/umount
47
48PROG	usr/bin/ftp
49PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
50PROG	usr/bin/more	usr/bin/less
51PROG	usr/mdec/newdisk
52PROG	usr/mdec/installboot usr/mdec/installboot.new
53#PROG	usr/sbin/chroot
54PROG	usr/sbin/memswitch
55
56ARGVLN	sh -sh
57
58#SPECIAL ed		srcdir	distrib/utils/x_ed
59SPECIAL gzip		srcdir	distrib/utils/x_gzip
60SPECIAL ifconfig	srcdir	distrib/utils/x_ifconfig
61SPECIAL more		srcdir	distrib/utils/more
62SPECIAL ping		srcdir	distrib/utils/x_ping
63SPECIAL route		srcdir	distrib/utils/x_route
64SPECIAL	installboot	srcdir	sys/arch/x68k/stand/installboot
65
66# libhack.o is built by Makefile & included Makefile.inc
67LIBS	libhack.o -lz -lutil -lcurses -lterminfo -lcrypt -ll -lm -lprop
68
69# various files that we need in /etc for the install
70COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
71COPY	${NETBSDSRCDIR}/etc/group		etc/group
72COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
73COPY	${DISTRIBDIR}/common/protocols		etc/protocols
74COPY	${DISTRIBDIR}/common/services 		etc/services
75
76# we need the boot blocks in /usr/mdec
77COPY	${DESTDIR}/usr/mdec/xxboot_ufs	usr/mdec/xxboot_ufs
78LINK	usr/mdec/xxboot_ufs		usr/mdec/sdboot_ufs
79LINK	usr/mdec/xxboot_ufs		usr/mdec/fdboot_ufs
80COPY	${DESTDIR}/usr/mdec/boot	usr/mdec/boot
81COPY	${DESTDIR}/usr/mdec/mboot	usr/mdec/mboot
82
83# and the installation tools
84COPY	${CURDIR}/dot.profile		.profile
85