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