1 1.3 lukem # $NetBSD: Makefile,v 1.3 1997/10/19 04:23:03 lukem Exp $ 2 1.1 phil 3 1.2 mycroft PROG= menuc 4 1.2 mycroft SRCS= main.c parse.y scan.l avl.c mdb.c util.c 5 1.2 mycroft CFLAGS+=-I. -I${.CURDIR} 6 1.2 mycroft LDADD+= -ll 7 1.2 mycroft DPADD+= ${LIBL} 8 1.1 phil 9 1.2 mycroft CLEANFILES+= y.tab.h 10 1.1 phil 11 1.2 mycroft FILES= menu_sys.def 12 1.2 mycroft FILESDIR= /usr/share/misc 13 1.1 phil 14 1.2 mycroft .include <bsd.prog.mk> 15