Module Name:    src
Committed By:   christos
Date:           Wed Jan 13 19:02:29 UTC 2016

Modified Files:
        src/external/gpl2: Makefile

Log Message:
add groff


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 src/external/gpl2/Makefile:1.10
--- src/external/gpl2/Makefile:1.9	Tue Jan 12 22:40:11 2016
+++ src/external/gpl2/Makefile	Wed Jan 13 14:02:29 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.9 2016/01/13 03:40:11 christos Exp $
+#	$NetBSD: Makefile,v 1.10 2016/01/13 19:02:29 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -13,6 +13,10 @@ SUBDIR+= lvm2
 SUBDIR+= grep
 .endif
 
+.if ${MKGROFF} != "no"
+SUBDIR+=        groff
+.endif
+
 SUBDIR+= gettext diffutils
 
 .include <bsd.subdir.mk>

Reply via email to