2002-05-21 20:33:37 +04:00
|
|
|
# $NetBSD: Makefile,v 1.1 2002/05/21 16:33:39 tsutsui Exp $
|
2000-06-11 15:35:18 +04:00
|
|
|
|
2001-10-22 03:23:19 +04:00
|
|
|
.include <bsd.own.mk>
|
2002-05-02 22:02:14 +04:00
|
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
2000-06-11 15:35:18 +04:00
|
|
|
|
2001-01-07 11:38:01 +03:00
|
|
|
RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
|
2000-06-11 15:35:18 +04:00
|
|
|
RAMDISK= ${RAMDISKDIR}/ramdisk.fs
|
|
|
|
|
2002-05-09 01:44:53 +04:00
|
|
|
MDSETTARGETS= INSTALL ${RAMDISK} -
|
2002-05-02 22:02:14 +04:00
|
|
|
MDSET_RELEASEDIR= binary/kernel
|
2000-06-11 15:35:18 +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>
|