NetBSD/distrib/cobalt/Makefile
apb 36ef98548b Use ${TOOL_GZIP} instead of just gzip in all Makefiles
outside */dist/* subdirectories.

When USE_PIGZGZIP=yes, bsd.own.mk sets TOOL_GZIP=${TOOL_PIGZ},
so there's no need to test USE_PIGZGZIP in these Makefiles.
2014-01-27 08:18:07 +00:00

19 lines
442 B
Makefile

# $NetBSD: Makefile,v 1.4 2014/01/27 08:18:07 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} -9nc ${BOOT} \
> ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/boot.gz
iso_image:
${MAKEDIRTARGET} cdroms iso_image
.include <bsd.subdir.mk>