a4177c5c7a
Requested by uwe.
17 lines
412 B
Makefile
17 lines
412 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/04/14 17:24:56 skrll Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
|
|
|
RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
|
|
RAMDISK= ${RAMDISKDIR}/ramdisk.fs
|
|
|
|
MDSETTARGETS= INSTALL ${RAMDISK} netbsd-INSTALL
|
|
MDSET_RELEASEDIR= binary/kernel
|
|
|
|
MDSET_NOSTRIP= # defined
|
|
|
|
.include "${DISTRIBDIR}/common/Makefile.mdset"
|
|
|
|
.include <bsd.prog.mk>
|