blob: cdb101f83d6120a92f8feb88a02c868d1a1c680e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.1 2000/11/02 01:09:04 itojun Exp $
.include <bsd.own.mk>
PROG= msgfmt
SRCS= msgfmt.c open-po.c po-gram.gen.c po-hash.gen.c po-lex.c po.c \
str-list.c message.c dir-list.c
.include <bsd.prog.mk>
.include "${.CURDIR}/../Makefile.inc.prog"
CPPFLAGS+= -I${DIST}/gettext/intl
|