Makefile revision 1.4
1# $NetBSD: Makefile,v 1.4 2012/02/02 16:02:44 tsutsui Exp $ 2 3.include <bsd.own.mk> 4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 5 6RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR} 7RAMDISK= ${RAMDISKDIR}/ramdisk.fs 8 9MDSETTARGETS= INSTALL ${RAMDISK} netbsd-INSTALL \ 10 INSTALL_C700 ${RAMDISK} netbsd-INSTALL_C700 11 12MDSET_RELEASEDIR= installation/kernel 13 14MDSET_NOGZIP= # defined 15MDSET_NOSTRIP= # defined 16MDSET_NOSYMBOLS= # defined 17 18.include "${DISTRIBDIR}/common/Makefile.mdset" 19 20.include <bsd.prog.mk> 21