NetBSD/gnu/usr.bin/gettext/msgcmp/Makefile

9 lines
242 B
Makefile

# $NetBSD: Makefile,v 1.1 2000/11/02 01:09:03 itojun Exp $
PROG= msgcmp
SRCS= message.c msgcmp.c open-po.c po-gram.gen.c po-hash.gen.c \
po-lex.c po.c str-list.c dir-list.c
.include <bsd.prog.mk>
.include "${.CURDIR}/../Makefile.inc.prog"