1202719Sgabor#	$FreeBSD$
2202719Sgabor#	$OpenBSD: Makefile,v 1.4 2006/06/30 19:02:28 otto Exp $
3202719Sgabor
4203437SgaborPROG=	bc
5203437SgaborSRCS=	bc.y scan.l
6203437SgaborCFLAGS+= -I. -I${.CURDIR}
7202719Sgabor
8203498SdelphijDPADD=	${LIBEDIT} ${LIBTERMCAP}
9203498SdelphijLDADD=	-ledit -ltermcap
10203498Sdelphij
11249657SedNO_WMISSING_VARIABLE_DECLARATIONS=
12249657Sed
13203437SgaborFILES+=	bc.library
14203437SgaborFILESDIR=${SHAREDIR}/misc
15202719Sgabor
16202719Sgabor.include <bsd.prog.mk>
17