Makefile revision 1.15
1#	$NetBSD: Makefile,v 1.15 2003/09/25 18:32:10 dsl Exp $
2
3.include <bsd.own.mk>
4
5PROG=		msgc
6SRCS=		msgmain.c msgparse.y msgscan.l msgdb.c util.c avl.c
7.PATH:		${NETBSDSRCDIR}/usr.bin/menuc
8CPPFLAGS+=	-I. -I${.CURDIR}
9YHEADER=
10
11.if ${MKSHARE} != "no"
12FILES=		msg_sys.def
13FILESDIR=	/usr/share/misc
14.endif
15
16.ifndef HOSTPROG
17LDADD+=		-ll
18DPADD+=		${LIBL}
19.endif
20
21.include <bsd.prog.mk>
22