1 1.2 mycroft # $NetBSD: Makefile,v 1.2 1997/10/11 11:37:21 mycroft 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 WARNS= 1 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= menu_sys.def 13 1.2 mycroft FILESDIR= /usr/share/misc 14 1.1 phil 15 1.2 mycroft .include <bsd.prog.mk> 16