2002-04-12 17:39:43 +04:00
|
|
|
# $NetBSD: Makefile,v 1.5 2002/04/12 13:39:47 lukem Exp $
|
2002-03-24 21:08:18 +03:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
2002-04-11 19:34:52 +04:00
|
|
|
.include "${_SRC_TOP_}/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>
|