xref: /netbsd-src/usr.bin/gettext/Makefile (revision c3b6f86ce5e973034a08618b47c87c840a42020b)
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