xref: /netbsd/distrib/ibmnws/netboot/kernel/Makefile (revision a9baced4)
1#	$NetBSD: Makefile,v 1.1 2003/10/19 03:37:16 matt Exp $
2
3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5
6NCDCS = ${TOOLDIR}/bin/${_TOOL_PREFIX}ibmnws-ncdcs
7
8RAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
9RAMDISK=	${RAMDISKDIR}/ramdisk.fs
10
11MDSETTARGETS=		GENERIC		${RAMDISK}	-
12MDSET_RELEASEDIR=	binary/kernel
13
14MDSET_POST.- = \
15	${NCDCS} ${.TARGET} ${.TARGET}.1000
16
17.include "${DISTRIBDIR}/common/Makefile.mdset"
18
19.include <bsd.prog.mk>
20