1 # $NetBSD: Makefile,v 1.6 2002/04/11 15:34:56 lukem Exp $ 2 3 .include <bsd.own.mk> 4 .include "${_SRC_TOP_}/distrib/Makefile.inc" 5 6 RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR} 7 RAMDISK= ${RAMDISKDIR}/ramdisk.fs 8 TARGETS= INSTALL ${RAMDISK} \ 9 GENERIC_MD ${RAMDISK} 10 11 MDSETDIR= binary/kernel 12 13 .include "${DISTRIBDIR}/common/Makefile.mdset" 14