diff options
| author | christos <christos@NetBSD.org> | 2016-01-12 22:59:53 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2016-01-12 22:59:53 +0000 |
| commit | 40ed81dd26dd2d7b486a4a0dc1c0d310ef20b36d (patch) | |
| tree | c87d629cec1024defef8fe3077bd8bc5d3bf2931 /gnu | |
| parent | 24030cdfc6c15791dbc68f93310db5112a669911 (diff) | |
unhook gettext
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index bf406cec930..c474a749434 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -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> |
