Home | History | Annotate | Line # | Download | only in gzip
      1  1.1  christos #	$NetBSD: Makefile,v 1.1 2024/04/01 02:19:41 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.1  christos HOST_CPPFLAGS+=	-DNO_COMPRESS_SUPPORT -DNO_BZIP2_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