Home | History | Annotate | Line # | Download | only in msgc
Makefile revision 1.6
      1 #	$NetBSD: Makefile,v 1.6 1998/09/27 17:22:12 lukem 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 .if !defined(NOSHARE)
     12 FILES= msg_sys.def
     13 FILESDIR= /usr/share/misc
     14 .endif
     15 
     16 .include <bsd.prog.mk>
     17