Home | History | Annotate | Line # | Download | only in msgc
Makefile revision 1.5
      1  1.5       tv #	$NetBSD: Makefile,v 1.5 1998/04/09 00:32:37 tv 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.2  mycroft FILES= msg_sys.def
     12  1.2  mycroft FILESDIR= /usr/share/misc
     13  1.1     phil 
     14  1.2  mycroft .include <bsd.prog.mk>
     15