Home | History | Annotate | Line # | Download | only in msgc
Makefile revision 1.5
      1 #	$NetBSD: Makefile,v 1.5 1998/04/09 00:32:37 tv Exp $
      2 
      3 PROG=	msgc
      4 SRCS=	msgmain.c msgparse.y msgscan.l msgdb.c util.c avl.c
      5 .PATH: ${.CURDIR}/../menuc
      6 CPPFLAGS+=-I. -I${.CURDIR}
      7 YHEADER=1
      8 LDADD+=	-ll
      9 DPADD+=	${LIBL}
     10 
     11 FILES= msg_sys.def
     12 FILESDIR= /usr/share/misc
     13 
     14 .include <bsd.prog.mk>
     15