Home | History | Annotate | Line # | Download | only in gzip
      1 #	$NetBSD: Makefile,v 1.1 2024/04/01 02:19:41 christos Exp $
      2 
      3 HOSTPROG=	${_TOOL_PREFIX}gzip
      4 HOST_SRCDIR=	usr.bin/gzip
      5 HOST_CPPFLAGS+=	-DNO_COMPRESS_SUPPORT -DNO_BZIP2_SUPPORT
      6 HOST_CPPFLAGS+=	-DNO_LZ_SUPPORT -DNO_PACK_SUPPORT -DNO_XZ_SUPPORT
      7 
      8 
      9 .include "${.CURDIR}/../Makefile.host"
     10