summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gettext/Makefile
blob: 71f4efb3d55c77a9b1be5ead0d0115f747c7a2cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile,v 1.4 2001/01/09 08:52:58 enami Exp $

.include <bsd.own.mk>

SUBDIR=	lib info .WAIT \
	gettext msgcmp msgcomm msgfmt msgmerge msgunfmt xgettext

.if ${MKNLS} != "no"
SUBDIR+=locale
.endif

.include <bsd.subdir.mk>