1 1.8 jmc # $NetBSD: Makefile,v 1.8 2001/10/05 22:54:51 jmc Exp $ 2 1.7 lukem 3 1.7 lukem .include <bsd.own.mk> 4 1.1 phil 5 1.2 mycroft PROG= menuc 6 1.2 mycroft SRCS= main.c parse.y scan.l avl.c mdb.c util.c 7 1.4 lukem CPPFLAGS+=-I. -I${.CURDIR} 8 1.5 tv YHEADER=1 9 1.2 mycroft LDADD+= -ll 10 1.2 mycroft DPADD+= ${LIBL} 11 1.1 phil 12 1.7 lukem .if ${MKSHARE} != "no" 13 1.2 mycroft FILES= menu_sys.def 14 1.2 mycroft FILESDIR= /usr/share/misc 15 1.6 lukem .endif 16 1.1 phil 17 1.8 jmc .ifndef HOSTPROG 18 1.2 mycroft .include <bsd.prog.mk> 19 1.8 jmc .endif 20