2002-05-09 01:44:53 +04:00
|
|
|
# $NetBSD: Makefile,v 1.15 2002/05/08 21:44:54 lukem Exp $
|
2002-01-25 18:28:41 +03:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
2002-05-02 22:02:14 +04:00
|
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
2002-04-10 19:26:44 +04:00
|
|
|
|
2002-04-11 19:34:52 +04:00
|
|
|
RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
|
2002-03-12 17:28:27 +03:00
|
|
|
RAMDISK= ${RAMDISKDIR}/ramdisk.fs
|
2002-01-25 18:28:41 +03:00
|
|
|
|
2002-05-09 01:44:53 +04:00
|
|
|
MDSETTARGETS= INSTALL ${RAMDISK} -
|
2002-05-02 22:02:14 +04:00
|
|
|
MDSET_RELEASEDIR= installation/kernel
|
2002-01-25 18:28:41 +03: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>
|