1 1.7 lukem # $NetBSD: Makefile,v 1.7 1999/02/13 02:54:56 lukem Exp $ 2 1.7 lukem 3 1.7 lukem .include <bsd.own.mk> 4 1.1 phil 5 1.2 mycroft PROG= msgc 6 1.2 mycroft SRCS= msgmain.c msgparse.y msgscan.l msgdb.c util.c avl.c 7 1.1 phil .PATH: ${.CURDIR}/../menuc 8 1.4 lukem CPPFLAGS+=-I. -I${.CURDIR} 9 1.5 tv YHEADER=1 10 1.2 mycroft LDADD+= -ll 11 1.2 mycroft DPADD+= ${LIBL} 12 1.1 phil 13 1.7 lukem .if ${MKSHARE} != "no" 14 1.2 mycroft FILES= msg_sys.def 15 1.2 mycroft FILESDIR= /usr/share/misc 16 1.6 lukem .endif 17 1.1 phil 18 1.2 mycroft .include <bsd.prog.mk> 19