blob: 4b1e55c4291482c12d460dd28b2a71a26acbed9d (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: Makefile,v 1.2 2001/12/13 00:31:39 thorpej Exp $
PROG= msgunfmt
SRCS= message.c msgunfmt.c str-list.c
.include <bsd.prog.mk>
.include "${.CURDIR}/../Makefile.inc.prog"
CPPFLAGS+= -I${DIST}/gettext/intl
|