NetBSD/usr.bin/msgc/Makefile

22 lines
383 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.15 2003/09/25 18:32:10 dsl Exp $
.include <bsd.own.mk>
2001-11-12 23:26:55 +03:00
PROG= msgc
SRCS= msgmain.c msgparse.y msgscan.l msgdb.c util.c avl.c
2002-09-19 15:31:21 +04:00
.PATH: ${NETBSDSRCDIR}/usr.bin/menuc
2001-11-12 23:26:55 +03:00
CPPFLAGS+= -I. -I${.CURDIR}
YHEADER=
.if ${MKSHARE} != "no"
2001-11-12 23:26:55 +03:00
FILES= msg_sys.def
FILESDIR= /usr/share/misc
.endif
.ifndef HOSTPROG
LDADD+= -ll
DPADD+= ${LIBL}
.endif
1997-10-11 15:37:21 +04:00
.include <bsd.prog.mk>