Files
netbsd/distrib/prep/floppies/kernel-generic/Makefile
2013-04-06 16:48:33 +02:00

23 lines
495 B
Makefile

# $NetBSD: Makefile,v 1.9 2009/04/03 22:36:35 perry Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
.include <bsd.kernobj.mk>
KERN= ${KERNOBJDIR}/GENERIC/netbsd
KERNEL= netbsd-GENERIC.gz
CLEANFILES+= ${KERNEL}
${KERNEL}: ${KERN}
-rm -f ${.TARGET}
gzip -9nc ${.ALLSRC} > ${.TARGET}
realall: ${KERNEL}
release: check_RELEASEDIR .WAIT ${KERNEL}
${RELEASE_INSTALL} ${KERNEL} ${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/kernel
.include <bsd.prog.mk>