Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl2 protect with MKBSDGREP



details:   https://anonhg.NetBSD.org/src/rev/f3def86fa00f
branches:  trunk
changeset: 342846:f3def86fa00f
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 10 22:22:16 2016 +0000

description:
protect with MKBSDGREP

diffstat:

 external/gpl2/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 76869df6f54d -r f3def86fa00f external/gpl2/Makefile
--- a/external/gpl2/Makefile    Sun Jan 10 22:21:44 2016 +0000
+++ b/external/gpl2/Makefile    Sun Jan 10 22:22:16 2016 +0000
@@ -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+= lvm2
 .endif
 
+.if ${MKBSDGREP} == "no"
 SUBDIR+= grep
+.endif
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index