2002-04-13 04:07:46 +04:00
|
|
|
# $NetBSD: Makefile,v 1.15 2002/04/13 00:07:46 lukem Exp $
|
2000-09-27 20:04:13 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
2002-04-11 19:34:52 +04:00
|
|
|
.include "${_SRC_TOP_}/distrib/Makefile.inc"
|
2000-09-27 20:04:13 +04:00
|
|
|
|
2002-02-03 19:22:19 +03:00
|
|
|
# create ${RAMDISK_*} variables
|
|
|
|
#
|
|
|
|
RAMDISKS= RAMDISK_S ramdisk-rescuesmall \
|
|
|
|
RAMDISK_T ramdisk-rescuetiny
|
2000-09-27 20:04:13 +04:00
|
|
|
|
2002-02-03 19:22:19 +03:00
|
|
|
.for V F in ${RAMDISKS}
|
2002-04-11 16:17:14 +04:00
|
|
|
${V}DIR!= cd ${.CURDIR}/../${F} && ${PRINTOBJDIR}
|
2002-03-05 23:29:33 +03:00
|
|
|
${V}= ${${V}DIR}/${F}.fs
|
2002-02-03 19:22:19 +03:00
|
|
|
.endfor
|
|
|
|
|
2002-04-13 04:07:46 +04:00
|
|
|
MDSETTARGETS= INSTALL_SMALL ${RAMDISK_S} netbsd.RESCUE_SMALL \
|
|
|
|
INSTALL_TINY ${RAMDISK_T} netbsd.RESCUE_TINY
|
2002-04-11 16:17:14 +04:00
|
|
|
|
2002-04-13 04:07:46 +04:00
|
|
|
MDSETDIR= binary/kernel
|
2002-04-13 03:47:09 +04: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>
|