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