Home | History | Annotate | Line # | Download | only in menuc
Makefile revision 1.5
      1  1.5       tv #	$NetBSD: Makefile,v 1.5 1998/04/09 00:32:37 tv 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.4    lukem CPPFLAGS+=-I. -I${.CURDIR}
      6  1.5       tv YHEADER=1
      7  1.2  mycroft LDADD+=	-ll
      8  1.2  mycroft DPADD+=	${LIBL}
      9  1.1     phil 
     10  1.2  mycroft FILES= menu_sys.def
     11  1.2  mycroft FILESDIR= /usr/share/misc
     12  1.1     phil 
     13  1.2  mycroft .include <bsd.prog.mk>
     14