Home | History | Annotate | Line # | Download | only in menuc
Makefile revision 1.3.2.1
      1  1.3.2.1    lukem #	$NetBSD: Makefile,v 1.3.2.1 1997/11/08 10:37:34 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.3.2.1    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