2002-05-09 01:44:53 +04:00
|
|
|
# $NetBSD: Makefile,v 1.12 2002/05/08 21:44:58 lukem Exp $
|
2001-10-15 20:22:50 +04:00
|
|
|
|
2002-03-06 00:23:28 +03:00
|
|
|
.include <bsd.own.mk>
|
2002-05-02 22:02:14 +04:00
|
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
2001-10-15 20:22:50 +04:00
|
|
|
|
2002-04-11 19:34:52 +04:00
|
|
|
MINIROOTDIR!= cd ${.CURDIR}/../miniroot && ${PRINTOBJDIR}
|
2002-04-21 15:20:45 +04:00
|
|
|
MINIROOT= ${MINIROOTDIR}/miniroot.fs
|
2001-10-15 20:22:50 +04:00
|
|
|
|
2002-05-09 01:44:53 +04:00
|
|
|
MDSETTARGETS= RAMDISK ${MINIROOT} netbsd
|
2002-05-02 22:02:14 +04:00
|
|
|
MDSET_RELEASEDIR= installation
|
2001-10-15 20:22:50 +04:00
|
|
|
|
2002-04-11 19:34:52 +04:00
|
|
|
.include "${DISTRIBDIR}/common/Makefile.mdset"
|
2002-04-12 09:33:58 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|