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