Home | History | Annotate | Line # | Download | only in kernel
Makefile revision 1.1.4.2
      1  1.1.4.2  yamt #	$NetBSD: Makefile,v 1.1.4.2 2014/05/22 12:01:29 yamt Exp $
      2  1.1.4.2  yamt 
      3  1.1.4.2  yamt .include <bsd.own.mk>
      4  1.1.4.2  yamt .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5  1.1.4.2  yamt 
      6  1.1.4.2  yamt MKBOOT = ${TOOLDIR}/bin/${_TOOL_PREFIX}hppa-mkboot
      7  1.1.4.2  yamt 
      8  1.1.4.2  yamt RAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
      9  1.1.4.2  yamt RAMDISK=	${RAMDISKDIR}/ramdisk.fs
     10  1.1.4.2  yamt 
     11  1.1.4.2  yamt MDSETTARGETS=		RAMDISK		${RAMDISK}	-
     12  1.1.4.2  yamt MDSET_RELEASEDIR=	binary/kernel
     13  1.1.4.2  yamt 
     14  1.1.4.2  yamt LIF=	netinstall.lif
     15  1.1.4.2  yamt 
     16  1.1.4.2  yamt MDSET_POST = \
     17  1.1.4.2  yamt 	${MKBOOT} ${DESTDIR}/usr/mdec/boot ${.TARGET} ${LIF}
     18  1.1.4.2  yamt 
     19  1.1.4.2  yamt .include "${DISTRIBDIR}/common/Makefile.mdset"
     20  1.1.4.2  yamt 
     21  1.1.4.2  yamt release::
     22  1.1.4.2  yamt 	${RELEASE_INSTALL} ${LIF} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
     23  1.1.4.2  yamt 
     24  1.1.4.2  yamt .include <bsd.prog.mk>
     25