blob: 086150dd0cf268a724fe6352ee14b2c00ff53df5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $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>
|