# $NetBSD: Makefile,v 1.16 2009/04/14 22:15:24 lukem Exp $ WARNS?= 1 # XXX -Wshadow -Wcast-qual issues .include PROG= msgc SRCS= msgmain.c msgparse.y msgscan.l msgdb.c util.c avl.c .PATH: ${NETBSDSRCDIR}/usr.bin/menuc CPPFLAGS+= -I. -I${.CURDIR} YHEADER= .if ${MKSHARE} != "no" FILES= msg_sys.def FILESDIR= /usr/share/misc .endif .ifndef HOSTPROG LDADD+= -ll DPADD+= ${LIBL} .endif .include