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