Home | History | Annotate | Line # | Download | only in msgc
Makefile revision 1.4
      1  1.4    lukem #	$NetBSD: Makefile,v 1.4 1997/10/22 01:47:23 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.2  mycroft LDADD+=	-ll
      8  1.2  mycroft DPADD+=	${LIBL}
      9  1.1     phil 
     10  1.2  mycroft CLEANFILES+= y.tab.h
     11  1.1     phil 
     12  1.2  mycroft FILES= msg_sys.def
     13  1.2  mycroft FILESDIR= /usr/share/misc
     14  1.1     phil 
     15  1.2  mycroft .include <bsd.prog.mk>
     16