2002-04-26 19:50:21 +04:00
|
|
|
# $NetBSD: Makefile,v 1.6 2002/04/26 15:50:39 lukem Exp $
|
2002-03-24 21:08:18 +03:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
2002-04-26 19:50:21 +04:00
|
|
|
.include "${NETBSDSRCDIR}/distrib/Makefile.inc"
|
2002-03-24 21:08:18 +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= RAMDISK ${RAMDISK} -
|
2002-03-24 21:08:18 +03:00
|
|
|
|
2002-04-11 19:34:52 +04:00
|
|
|
MDSETDIR= installation/tapeimage
|
2002-03-24 21:08:18 +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>
|