1998-09-27 17:22:03 +00:00
|
|
|
# $NetBSD: Makefile,v 1.6 1998/09/27 17:22:12 lukem Exp $
|
1997-09-26 17:54:09 +00:00
|
|
|
|
1997-10-11 11:37:21 +00:00
|
|
|
PROG= menuc
|
|
|
|
SRCS= main.c parse.y scan.l avl.c mdb.c util.c
|
1997-10-22 01:47:23 +00:00
|
|
|
CPPFLAGS+=-I. -I${.CURDIR}
|
1998-04-09 00:32:31 +00:00
|
|
|
YHEADER=1
|
1997-10-11 11:37:21 +00:00
|
|
|
LDADD+= -ll
|
|
|
|
DPADD+= ${LIBL}
|
1997-09-26 17:54:09 +00:00
|
|
|
|
1998-09-27 17:22:03 +00:00
|
|
|
.if !defined(NOSHARE)
|
1997-10-11 11:37:21 +00:00
|
|
|
FILES= menu_sys.def
|
|
|
|
FILESDIR= /usr/share/misc
|
1998-09-27 17:22:03 +00:00
|
|
|
.endif
|
1997-09-26 17:54:09 +00:00
|
|
|
|
1997-10-11 11:37:21 +00:00
|
|
|
.include <bsd.prog.mk>
|