NetBSD/distrib/cats/instkernel/Makefile

19 lines
512 B
Makefile

# $NetBSD: Makefile,v 1.10 2002/11/23 16:02:55 thorpej Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
RAMDISK= ${RAMDISKDIR}/ramdisk.fs
MDSETTARGETS= INSTALL ${RAMDISK} netbsd.aout-INSTALL
MDSET_RELEASEDIR= binary/kernel
MDSET_POST.netbsd.aout-INSTALL= \
${OBJCOPY} -O a.out-arm-netbsd -R .ident -R .arm.atpcs \
${.TARGET} ${.TARGET}
.include "${DISTRIBDIR}/common/Makefile.mdset"
.include <bsd.prog.mk>