Home | History | Annotate | Line # | Download | only in msgc
Makefile revision 1.3
      1  1.3    lukem #	$NetBSD: Makefile,v 1.3 1997/10/19 04:23:05 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.2  mycroft CFLAGS+=-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