Makefile revision 1.6
1#	$NetBSD: Makefile,v 1.6 1998/09/27 17:22:12 lukem Exp $
2
3PROG=	msgc
4SRCS=	msgmain.c msgparse.y msgscan.l msgdb.c util.c avl.c
5.PATH: ${.CURDIR}/../menuc
6CPPFLAGS+=-I. -I${.CURDIR}
7YHEADER=1
8LDADD+=	-ll
9DPADD+=	${LIBL}
10
11.if !defined(NOSHARE)
12FILES= msg_sys.def
13FILESDIR= /usr/share/misc
14.endif
15
16.include <bsd.prog.mk>
17