Make md-root kernel here and install it into RELEASEDIR.

This commit is contained in:
tsutsui 2002-04-14 02:36:05 +00:00
parent aa0c7fc4bf
commit a552d4b013

View File

@ -0,0 +1,14 @@
# $NetBSD: Makefile,v 1.1 2002/04/14 02:36:05 tsutsui Exp $
.include <bsd.own.mk>
.include "${_SRC_TOP_}/distrib/Makefile.inc"
RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
RAMDISK= ${RAMDISKDIR}/ramdisk.fs
MDSETTARGETS= INSTALL ${RAMDISK} -
MDSETDIR= binary/kernel
.include "${DISTRIBDIR}/common/Makefile.mdset"
.include <bsd.prog.mk>