]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/bc/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.bin / bc / Makefile
1 #       $FreeBSD$
2 #       $OpenBSD: Makefile,v 1.4 2006/06/30 19:02:28 otto Exp $
3
4 PROG=   bc
5 SRCS=   bc.y scan.l
6 CFLAGS+= -I. -I${.CURDIR}
7
8 DPADD=  ${LIBEDIT} ${LIBTERMCAP}
9 LDADD=  -ledit -ltermcap
10
11 NO_WMISSING_VARIABLE_DECLARATIONS=
12
13 FILES+= bc.library
14 FILESDIR=${SHAREDIR}/misc
15
16 .include <bsd.prog.mk>