blob: 207d965d45af1c7bb25399c75ac669030592b6fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.5 2005/04/29 15:05:01 christos Exp $
.include <bsd.own.mk>
SUBDIR= libgrep libnlsut libnlspr info .WAIT \
gettext msgattrib msgcat msgcmp msgcomm msgconv msgen msgfilter \
msgfmt msginit msgmerge msgunfmt msguniq xgettext
.if ${MKNLS} != "no"
SUBDIR+=locale
.endif
.include <bsd.subdir.mk>
|