NetBSD/distrib/cobalt/Makefile
apb 71da667fc9 Use ${TOOL_GZIP_N} instead of ${TOOL_GZIP} -n, and similarly
use ${TOOL_GZIP_N} -9 instead of ${TOOL_GZIP} -9n, etc.

This will pass -nT instead of just -n if the gzip program is
actually pigz.
2014-08-05 15:40:58 +00:00

19 lines
443 B
Makefile

# $NetBSD: Makefile,v 1.5 2014/08/05 15:40:58 apb Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
BOOT= ${DESTDIR}/usr/mdec/boot
SUBDIR= ramdisk .WAIT instkernel .WAIT cdroms
TARGETS+= release
release: check_RELEASEDIR .WAIT ${BOOT}
${TOOL_GZIP_N} -9c ${BOOT} \
> ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/boot.gz
iso_image:
${MAKEDIRTARGET} cdroms iso_image
.include <bsd.subdir.mk>