Module Name:    src
Committed By:   christos
Date:           Sat Aug 11 19:46:03 UTC 2018

Modified Files:
        src/tools: Makefile

Log Message:
hook in the tools version of grep


To generate a diff of this commit:
cvs rdiff -u -r1.194 -r1.195 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.194 src/tools/Makefile:1.195
--- src/tools/Makefile:1.194	Wed May  9 09:21:27 2018
+++ src/tools/Makefile	Sat Aug 11 15:46:03 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.194 2018/05/09 13:21:27 joerg Exp $
+#	$NetBSD: Makefile,v 1.195 2018/08/11 19:46:03 christos Exp $
 
 .include <bsd.own.mk>
 .include <bsd.endian.mk>
@@ -101,6 +101,7 @@ SUBDIR+= cap_mkdb crunchgen ctags gencat
 .endif
 
 SUBDIR+= cat rpcgen join lorder m4 mkdep tsort .WAIT yacc .WAIT awk .WAIT lex
+SUBDIR+= grep
 
 .if ${TOOLS_BUILDRUMP} == "no"
 SUBDIR += .WAIT texinfo \

Reply via email to