NetBSD/distrib/vax/ramdisk-kernel/Makefile

15 lines
349 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2002/04/12 13:39:49 lukem Exp $
2000-05-23 22:34:58 +04:00
2001-03-04 23:33:03 +03:00
.include <bsd.own.mk>
.include "${_SRC_TOP_}/distrib/Makefile.inc"
2000-05-23 22:34:58 +04:00
RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
2002-03-28 05:24:09 +03:00
RAMDISK= ${RAMDISKDIR}/ramdisk.fs
MDSETTARGETS= INSTALL ${RAMDISK} -
2000-05-23 22:34:58 +04:00
MDSETDIR= binary/kernel
2000-05-23 22:34:58 +04:00
.include "${DISTRIBDIR}/common/Makefile.mdset"
.include <bsd.prog.mk>