NetBSD/distrib/vax/ramdisk-kernel/Makefile

15 lines
390 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.11 2002/05/08 21:44:59 lukem Exp $
2000-05-23 22:34:58 +04:00
2001-03-04 23:33:03 +03:00
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
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
2000-05-23 22:34:58 +04:00
MDSETTARGETS= INSTALL ${RAMDISK} install.ram
MDSET_RELEASEDIR= installation/netboot
2000-05-23 22:34:58 +04:00
.include "${DISTRIBDIR}/common/Makefile.mdset"
.include <bsd.prog.mk>