Start for a TOOL_GZIP

pull/35/head
christos 2024-04-01 02:19:41 +00:00
parent 878fdbc71b
commit 7ba93f1a9b
1 changed files with 9 additions and 0 deletions

9
tools/gzip/Makefile Normal file
View File

@ -0,0 +1,9 @@
# $NetBSD: Makefile,v 1.1 2024/04/01 02:19:41 christos Exp $
HOSTPROG= ${_TOOL_PREFIX}gzip
HOST_SRCDIR= usr.bin/gzip
HOST_CPPFLAGS+= -DNO_COMPRESS_SUPPORT -DNO_BZIP2_SUPPORT
HOST_CPPFLAGS+= -DNO_LZ_SUPPORT -DNO_PACK_SUPPORT -DNO_XZ_SUPPORT
.include "${.CURDIR}/../Makefile.host"