Files
netbsd/gnu/usr.bin/gettext/Makefile
2015-10-15 10:25:28 +02:00

14 lines
312 B
Makefile

# $NetBSD: Makefile,v 1.6 2015/06/03 14:42:51 christos Exp $
.include <bsd.own.mk>
SUBDIR= libgrep libnlsut libnlspr info .WAIT \
msgattrib msgcat msgcmp msgcomm msgconv msgen msgfilter \
msgfmt msginit msgmerge msgunfmt msguniq xgettext
.if ${MKNLS} != "no"
SUBDIR+=locale
.endif
.include <bsd.subdir.mk>