diff options
| author | christos <christos@NetBSD.org> | 2015-06-03 14:42:51 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2015-06-03 14:42:51 +0000 |
| commit | cd94afd3615500bb61d30fda76da3d1e4ff97d05 (patch) | |
| tree | d2cf70b21a16ae51ac15b7b62942748e2c7581e6 /gnu | |
| parent | 05f9173f5f203a0885af229bf92c6e79babcadc0 (diff) | |
prefer our gettext version
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/gettext/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gettext/Makefile b/gnu/usr.bin/gettext/Makefile index 207d965d45a..086150dd0cf 100644 --- a/gnu/usr.bin/gettext/Makefile +++ b/gnu/usr.bin/gettext/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2005/04/29 15:05:01 christos Exp $ +# $NetBSD: Makefile,v 1.6 2015/06/03 14:42:51 christos Exp $ .include <bsd.own.mk> SUBDIR= libgrep libnlsut libnlspr info .WAIT \ - gettext msgattrib msgcat msgcmp msgcomm msgconv msgen msgfilter \ + msgattrib msgcat msgcmp msgcomm msgconv msgen msgfilter \ msgfmt msginit msgmerge msgunfmt msguniq xgettext .if ${MKNLS} != "no" |
