summaryrefslogtreecommitdiff
path: root/distrib/i386/floppies/kc/list
blob: 8c662dc3bf7f5d1eec4dcb50cefff6525653d857 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#	$OpenBSD: list,v 1.6 1996/09/27 03:24:03 deraadt Exp $

# copy the kernel
COPY	${OBJDIR}/bsd	bsd

# copy the crunched binary, link to it, and kill it
COPY	${OBJDIR}/kcbin	kcbin
LINK	kcbin		bin/cp
LINK	kcbin		bin/dd
LINK	kcbin		bin/sh
LINK	kcbin		bin/test
LINK	kcbin		bin/[
LINK	kcbin		sbin/disklabel
LINK	kcbin		sbin/fdisk
LINK	kcbin		sbin/fsck
LINK	kcbin		sbin/fsck_ffs
LINK	kcbin		sbin/halt
LINK	kcbin		sbin/init
LINK	kcbin		sbin/mount
LINK	kcbin		sbin/mount_ffs
LINK	kcbin		sbin/reboot
LINK	kcbin		sbin/umount
SPECIAL	/bin/rm kcbin

# copy the MAKEDEV script and make some devices
COPY	${CURDIR}/../../../../etc/etc.i386/MAKEDEV	dev/MAKEDEV
SPECIAL	cd dev; sh MAKEDEV floppy
SPECIAL	/bin/rm dev/MAKEDEV

# we need the contents of /usr/mdec
COPYDIR	${DESTDIR}/usr/mdec	usr/mdec

# copy the common kc-floppy tools
COPY	${CURDIR}/dot.profile		.profile
COPY	${CURDIR}/copy_kernel.sh	copy_kernel
SPECIAL	chmod 755 copy_kernel