1 # $NetBSD: Makefile,v 1.1 2008/04/26 14:49:43 tsutsui Exp $ 2 3 .include <bsd.own.mk> 4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 5 6 .include <bsd.kernobj.mk> 7 8 MINIROOTOBJ!= cd ${DISTRIBDIR}/miniroot && ${PRINTOBJDIR} 9 MINIROOT= ${MINIROOTOBJ}/miniroot.fs 10 11 MDSETTARGETS= RAMDISK ${MINIROOT} netbsd \ 12 INSTALL_TX3912 ${MINIROOT} netbsd-TX3912 13 MDSET_RELEASEDIR= installation 14 15 .include "${DISTRIBDIR}/common/Makefile.mdset" 16 17 .include <bsd.prog.mk> 18