Module Name: src
Committed By: christos
Date: Tue Jan 12 22:58:52 UTC 2016
Modified Files:
src/external/gpl2: Makefile
Log Message:
Hook gettext
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 src/external/gpl2/Makefile:1.8
--- src/external/gpl2/Makefile:1.7 Sun Jan 10 17:22:16 2016
+++ src/external/gpl2/Makefile Tue Jan 12 17:58:52 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2016/01/10 22:22:16 christos Exp $
+# $NetBSD: Makefile,v 1.8 2016/01/12 22:58:52 christos Exp $
.include <bsd.own.mk>
@@ -13,4 +13,6 @@ SUBDIR+= lvm2
SUBDIR+= grep
.endif
+SUBDIR+= gettext
+
.include <bsd.subdir.mk>