Home | History | Annotate | Line # | Download | only in menuc
Makefile revision 1.4
      1  1.4    lukem #	$NetBSD: Makefile,v 1.4 1997/10/22 01:53:41 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.4    lukem CPPFLAGS+=-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