diff options
Diffstat (limited to 'distrib/hppa/kernel/Makefile')
| -rw-r--r-- | distrib/hppa/kernel/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/distrib/hppa/kernel/Makefile b/distrib/hppa/kernel/Makefile new file mode 100644 index 00000000000..f3ba00dc296 --- /dev/null +++ b/distrib/hppa/kernel/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2014/02/24 07:23:38 skrll Exp $ + +.include <bsd.own.mk> +.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" + +MKBOOT = ${TOOLDIR}/bin/${_TOOL_PREFIX}hppa-mkboot + +RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR} +RAMDISK= ${RAMDISKDIR}/ramdisk.fs + +MDSETTARGETS= RAMDISK ${RAMDISK} - +MDSET_RELEASEDIR= binary/kernel + +LIF= netinstall.lif + +MDSET_POST = \ + ${MKBOOT} ${DESTDIR}/usr/mdec/boot ${.TARGET} ${LIF} + +.include "${DISTRIBDIR}/common/Makefile.mdset" + +release:: + ${RELEASE_INSTALL} ${LIF} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation + +.include <bsd.prog.mk> |
