xref: /netbsd-src/usr.bin/gettext/Makefile (revision 4f645668ed707e1f969c546666f8c8e45e6f8888)
1#	$NetBSD: Makefile,v 1.1 2015/06/03 14:32:17 christos Exp $
2
3.include <bsd.own.mk>
4
5PROG=	gettext
6
7LDADD+=	-lintl -lutil
8DPADD+=	${LIBINTL} ${LIBUTIL}
9
10.include <bsd.prog.mk>
11