NetBSD/distrib/i386/floppies/kernel-rescue/Makefile

24 lines
552 B
Makefile

# $NetBSD: Makefile,v 1.15 2002/04/13 00:07:46 lukem Exp $
.include <bsd.own.mk>
.include "${_SRC_TOP_}/distrib/Makefile.inc"
# create ${RAMDISK_*} variables
#
RAMDISKS= RAMDISK_S ramdisk-rescuesmall \
RAMDISK_T ramdisk-rescuetiny
.for V F in ${RAMDISKS}
${V}DIR!= cd ${.CURDIR}/../${F} && ${PRINTOBJDIR}
${V}= ${${V}DIR}/${F}.fs
.endfor
MDSETTARGETS= INSTALL_SMALL ${RAMDISK_S} netbsd.RESCUE_SMALL \
INSTALL_TINY ${RAMDISK_T} netbsd.RESCUE_TINY
MDSETDIR= binary/kernel
.include "${DISTRIBDIR}/common/Makefile.mdset"
.include <bsd.prog.mk>