Makefile revision 1.2
1#	$NetBSD: Makefile,v 1.2 2009/01/28 11:21:56 nonaka Exp $
2
3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5
6RAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
7RAMDISK=	${RAMDISKDIR}/ramdisk.fs
8
9MDSETTARGETS=		INSTALL ${RAMDISK} netbsd-INSTALL 
10MDSET_RELEASEDIR=	installation/kernel
11
12MDSET_NOSTRIP=		# defined
13
14.include "${DISTRIBDIR}/common/Makefile.mdset"
15
16.include <bsd.prog.mk>
17