Module Name: src
Committed By: christos
Date: Tue Jan 12 22:59:53 UTC 2016
Modified Files:
src/gnu/usr.bin: Makefile
Log Message:
unhook gettext
To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 src/gnu/usr.bin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/gnu/usr.bin/Makefile
diff -u src/gnu/usr.bin/Makefile:1.140 src/gnu/usr.bin/Makefile:1.141
--- src/gnu/usr.bin/Makefile:1.140 Sun Jan 10 17:21:44 2016
+++ src/gnu/usr.bin/Makefile Tue Jan 12 17:59:53 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.140 2016/01/10 22:21:44 christos Exp $
+# $NetBSD: Makefile,v 1.141 2016/01/12 22:59:53 christos Exp $
.include <bsd.own.mk>
@@ -11,6 +11,4 @@ SUBDIR+= rcs send-pr texinfo
SUBDIR+= groff
.endif
-SUBDIR+= gettext
-
.include <bsd.subdir.mk>