xref: /netbsd-src/external/gpl2/gettext/Makefile (revision 4f645668ed707e1f969c546666f8c8e45e6f8888)
1#	$NetBSD: Makefile,v 1.1 2016/01/12 22:58:00 christos Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR=	lib .WAIT info bin
6
7.if ${MKNLS} != "no"
8SUBDIR+=locale
9.endif
10
11.include <bsd.subdir.mk>
12