xref: /netbsd/distrib/x68k/floppies/ramdisk/list (revision bf9ec67e)
1#	$NetBSD: list,v 1.15 2002/05/13 01:04:23 lukem 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/disklabel
26PROG	sbin/dmesg
27PROG	sbin/fsck
28PROG	sbin/fsck_ffs
29PROG	sbin/ifconfig
30PROG	sbin/init
31PROG	sbin/mknod
32PROG	sbin/mount	sbin/mount_cd9660 sbin/mount_ffs sbin/mount_kernfs sbin/mount_msdos sbin/mount_nfs
33PROG	sbin/newfs	sbin/mount_mfs
34PROG	sbin/ping
35PROG	sbin/ping6
36PROG	sbin/reboot	sbin/halt
37PROG	sbin/route
38PROG	sbin/rtsol
39PROG	sbin/shutdown
40#PROG	sbin/slattach
41PROG	sbin/swapctl
42PROG	sbin/umount
43
44PROG	usr/bin/ftp
45PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
46PROG	usr/bin/more	usr/bin/less
47PROG	usr/mdec/newdisk
48PROG	usr/mdec/installboot usr/mdec/installboot.new
49PROG	usr/sbin/chown	usr/bin/chgrp
50#PROG	usr/sbin/chroot
51PROG	usr/sbin/memswitch
52
53ARGVLN	sh -sh
54
55SPECIAL dmesg		srcdir	distrib/utils/x_dmesg
56#SPECIAL ed		srcdir	distrib/utils/x_ed
57SPECIAL ftp		srcdir	distrib/utils/x_ftp
58SPECIAL gzip		srcdir	distrib/utils/x_gzip
59SPECIAL ifconfig	srcdir	distrib/utils/x_ifconfig
60SPECIAL more		srcdir	distrib/utils/more
61SPECIAL ping		srcdir	distrib/utils/x_ping
62SPECIAL ping6		srcdir	distrib/utils/x_ping6
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 -ltermcap -lcrypt -ll -lm
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/protocols		etc/protocols
73COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
74COPY	${CURDIR}/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 common installation tools
84COPY	${CURDIR}/termcap.vt		usr/share/misc/termcap
85
86# the disktab explanation file
87COPY	${CURDIR}/disktab.preinstall	etc/disktab.preinstall
88
89# and the installation tools
90COPY	${CURDIR}/dot.profile		.profile
91COPY	${CURDIR}/dot.hdprofile		tmp/.hdprofile
92