Module Name:    src
Committed By:   christos
Date:           Mon Apr  1 02:22:38 UTC 2024

Modified Files:
        src/tools: Makefile

Log Message:
hook gzip to the build so that we can test it in other OS's. Not used yet.


To generate a diff of this commit:
cvs rdiff -u -r1.218 -r1.219 src/tools/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/Makefile
diff -u src/tools/Makefile:1.218 src/tools/Makefile:1.219
--- src/tools/Makefile:1.218	Sat Mar 30 18:38:02 2024
+++ src/tools/Makefile	Sun Mar 31 22:22:38 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.218 2024/03/30 22:38:02 riastradh Exp $
+#	$NetBSD: Makefile,v 1.219 2024/04/01 02:22:38 christos Exp $
 
 .include <bsd.own.mk>
 .include <bsd.endian.mk>
@@ -105,7 +105,7 @@ SUBDIR+= cap_mkdb crunchgen ctags gencat
 		makewhatis mtree nbperf .WAIT uudecode
 .endif
 
-SUBDIR+= cat rpcgen join lorder m4 mkdep tsort .WAIT yacc .WAIT awk .WAIT lex
+SUBDIR+= cat gzip rpcgen join lorder m4 mkdep tsort .WAIT yacc .WAIT awk .WAIT lex
 .if ${TOOLS_BUILDRUMP} == "no"
 SUBDIR+= xz-include .WAIT grep xz-lib pax .WAIT libprop
 

Reply via email to