Makefile revision 1.3
1#	$NetBSD: Makefile,v 1.3 2009/01/28 11:43:28 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_NOGZIP=		# defined
13MDSET_NOSTRIP=		# defined
14MDSET_NOSYMBOLS=	# defined
15
16.include "${DISTRIBDIR}/common/Makefile.mdset"
17
18.include <bsd.prog.mk>
19