Home | History | Annotate | Line # | Download | only in msgc
Makefile revision 1.7
      1 #	$NetBSD: Makefile,v 1.7 1999/02/13 02:54:56 lukem 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: ${.CURDIR}/../menuc
      8 CPPFLAGS+=-I. -I${.CURDIR}
      9 YHEADER=1
     10 LDADD+=	-ll
     11 DPADD+=	${LIBL}
     12 
     13 .if ${MKSHARE} != "no"
     14 FILES= msg_sys.def
     15 FILESDIR= /usr/share/misc
     16 .endif
     17 
     18 .include <bsd.prog.mk>
     19