9 lines
193 B
Makefile
9 lines
193 B
Makefile
# $NetBSD: Makefile,v 1.3 2005/04/29 15:05:02 christos Exp $
|
|
|
|
PROG= msgunfmt
|
|
|
|
.include <bsd.prog.mk>
|
|
.include "${.CURDIR}/../Makefile.inc.prog"
|
|
|
|
CPPFLAGS+= -I${DIST}/gettext/gettext-tools/intl
|