]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.bin/bc/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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 FILES+= bc.library
12 FILESDIR=${SHAREDIR}/misc
13
14 .include <bsd.prog.mk>