NetBSD/usr.bin/menuc/Makefile

16 lines
283 B
Makefile
Raw Normal View History

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