9 lines
247 B
Makefile
9 lines
247 B
Makefile
# $NetBSD: Makefile,v 1.2 2001/12/13 00:31:39 thorpej Exp $
|
|
|
|
PROG= msgmerge
|
|
SRCS= message.c msgmerge.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"
|