Module Name: src
Committed By: christos
Date: Mon Apr 1 02:19:41 UTC 2024
Added Files:
src/tools/gzip: Makefile
Log Message:
Start for a TOOL_GZIP
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/tools/gzip/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/tools/gzip/Makefile
diff -u /dev/null src/tools/gzip/Makefile:1.1
--- /dev/null Sun Mar 31 22:19:41 2024
+++ src/tools/gzip/Makefile Sun Mar 31 22:19:41 2024
@@ -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"