2002-04-12 17:39:43 +04:00
|
|
|
# $NetBSD: Makefile,v 1.4 2002/04/12 13:39:48 lukem Exp $
|
2001-12-07 08:04:57 +03:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
2002-04-11 19:34:52 +04:00
|
|
|
.include "${_SRC_TOP_}/distrib/Makefile.inc"
|
2001-12-07 08:04:57 +03:00
|
|
|
|
2002-04-11 19:34:52 +04:00
|
|
|
RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
|
|
|
|
RAMDISK= ${RAMDISKDIR}/ramdisk.fs
|
2002-04-12 17:39:43 +04:00
|
|
|
MDSETTARGETS= INSTALL ${RAMDISK} -
|
2001-12-07 08:04:57 +03:00
|
|
|
|
2002-04-11 19:34:52 +04:00
|
|
|
MDSETDIR= binary/kernel
|
2001-12-07 08:04:57 +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>
|