Module Name: src
Committed By: christos
Date: Mon Jun 5 23:45:23 UTC 2017
Modified Files:
src/external/gpl2: Makefile
Log Message:
add DTC
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 src/external/gpl2/Makefile:1.14
--- src/external/gpl2/Makefile:1.13 Thu Jan 14 16:13:54 2016
+++ src/external/gpl2/Makefile Mon Jun 5 19:45:23 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2016/01/14 21:13:54 christos Exp $
+# $NetBSD: Makefile,v 1.14 2017/06/05 23:45:23 christos Exp $
.include <bsd.own.mk>
@@ -17,6 +17,10 @@ SUBDIR+= grep
SUBDIR+= groff
.endif
+.if ${MKDTC} != "no"
+SUBDIR+= dtc
+.endif
+
SUBDIR+= gettext diffutils texinfo rcs send-pr
.include <bsd.subdir.mk>