1 1.2 christos # $NetBSD: Makefile,v 1.2 2026/04/30 18:09:42 christos Exp $ 2 1.1 christos 3 1.1 christos HOSTPROG= ${_TOOL_PREFIX}gzip 4 1.1 christos HOST_SRCDIR= usr.bin/gzip 5 1.2 christos HOST_CPPFLAGS+= -DNO_COMPRESS_SUPPORT -DNO_BZIP2_SUPPORT -DNO_ZSTD_SUPPORT 6 1.1 christos HOST_CPPFLAGS+= -DNO_LZ_SUPPORT -DNO_PACK_SUPPORT -DNO_XZ_SUPPORT 7 1.1 christos 8 1.1 christos 9 1.1 christos .include "${.CURDIR}/../Makefile.host" 10