Home | History | Annotate | Line # | Download | only in msgc
Makefile revision 1.6
      1  1.6    lukem #	$NetBSD: Makefile,v 1.6 1998/09/27 17:22:12 lukem Exp $
      2  1.1     phil 
      3  1.2  mycroft PROG=	msgc
      4  1.2  mycroft SRCS=	msgmain.c msgparse.y msgscan.l msgdb.c util.c avl.c
      5  1.1     phil .PATH: ${.CURDIR}/../menuc
      6  1.4    lukem CPPFLAGS+=-I. -I${.CURDIR}
      7  1.5       tv YHEADER=1
      8  1.2  mycroft LDADD+=	-ll
      9  1.2  mycroft DPADD+=	${LIBL}
     10  1.1     phil 
     11  1.6    lukem .if !defined(NOSHARE)
     12  1.2  mycroft FILES= msg_sys.def
     13  1.2  mycroft FILESDIR= /usr/share/misc
     14  1.6    lukem .endif
     15  1.1     phil 
     16  1.2  mycroft .include <bsd.prog.mk>
     17