Module Name:    src
Committed By:   christos
Date:           Sun Jan 10 22:22:16 UTC 2016

Modified Files:
        src/external/gpl2: Makefile

Log Message:
protect with MKBSDGREP


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl2/Makefile

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

Modified files:

Index: src/external/gpl2/Makefile
diff -u src/external/gpl2/Makefile:1.6 src/external/gpl2/Makefile:1.7
--- src/external/gpl2/Makefile:1.6	Sun Jan 10 17:19:41 2016
+++ src/external/gpl2/Makefile	Sun Jan 10 17:22:16 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.6 2016/01/10 22:19:41 christos Exp $
+#	$NetBSD: Makefile,v 1.7 2016/01/10 22:22:16 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -9,6 +9,8 @@ SUBDIR+= xcvs
 SUBDIR+= lvm2
 .endif
 
+.if ${MKBSDGREP} == "no"
 SUBDIR+= grep
+.endif
 
 .include <bsd.subdir.mk>

Reply via email to