summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gettext/msgcomm/Makefile
blob: 013984d3f370b2571ad1c102be74627bffc402d8 (plain)
1
2
3
4
5
6
7
8
#	$NetBSD: Makefile,v 1.1 2000/11/02 01:09:03 itojun Exp $

PROG=	msgcomm
SRCS=	msgcomm.c message.c po-gram.gen.c po-hash.gen.c po-lex.c \
	open-po.c po.c str-list.c dir-list.c

.include <bsd.prog.mk>
.include "${.CURDIR}/../Makefile.inc.prog"