blob: 64ce1765e3a258751ed7b87b00111071999bf20a (
plain)
1
2
3
4
5
6
7
8
|
# $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
|