2002-04-13 03:54:28 +04:00
|
|
|
# $NetBSD: Makefile,v 1.14 2002/04/12 23:54:28 tv 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-12 17:39:43 +04:00
|
|
|
MDSETTARGETS= INSTALL_SMALL ${RAMDISK_S} - \
|
|
|
|
INSTALL_TINY ${RAMDISK_T} -
|
2002-04-11 16:17:14 +04:00
|
|
|
|
2002-04-13 03:54:28 +04:00
|
|
|
release: # do nothing
|
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>
|