Makefile revision 1.7
1# $NetBSD: Makefile,v 1.7 2002/04/12 05:34:01 lukem Exp $ 2 3.include <bsd.own.mk> 4.include "${_SRC_TOP_}/distrib/Makefile.inc" 5 6MINIROOTDIR!= cd ${.CURDIR}/../miniroot && ${PRINTOBJDIR} 7MINIROOT= ${MINIROOTDIR}/ramdisk.fs 8TARGETS= RAMDISK ${MINIROOT} 9 10MDSETDIR= installation 11 12.include "${DISTRIBDIR}/common/Makefile.mdset" 13 14.include <bsd.prog.mk> 15