Home | History | Annotate | Line # | Download | only in msgc
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 
      5 PROG=		msgc
      6 SRCS=		msgmain.c msgparse.y msgscan.l msgdb.c util.c avl.c
      7 .PATH:		${NETBSDSRCDIR}/usr.bin/menuc
      8 CPPFLAGS+=	-I. -I${.CURDIR}
      9 YHEADER=
     10 
     11 .if ${MKSHARE} != "no"
     12 FILES=		msg_sys.def
     13 FILESDIR=	/usr/share/misc
     14 .endif
     15 
     16 .ifndef HOSTPROG
     17 LDADD+=		-ll
     18 DPADD+=		${LIBL}
     19 .endif
     20 
     21 .include <bsd.prog.mk>
     22