NetBSD/usr.bin/msgc/Makefile

19 lines
343 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 1999/02/13 02:54:56 lukem Exp $
.include <bsd.own.mk>
1997-10-11 15:37:21 +04:00
PROG= msgc
SRCS= msgmain.c msgparse.y msgscan.l msgdb.c util.c avl.c
.PATH: ${.CURDIR}/../menuc
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 ${MKSHARE} != "no"
1997-10-11 15:37:21 +04:00
FILES= msg_sys.def
FILESDIR= /usr/share/misc
.endif
1997-10-11 15:37:21 +04:00
.include <bsd.prog.mk>