1202719Sgabor#	$FreeBSD$
2265533Sdelphij#	$OpenBSD: Makefile,v 1.7 2013/09/19 16:12:00 otto Exp $
3202719Sgabor
4265533SdelphijPROG=		bc
5265533SdelphijSRCS=		bc.y scan.l tty.c
6265533SdelphijCFLAGS+=	-I. -I${.CURDIR}
7202719Sgabor
8265533SdelphijLDADD+=		-ledit -lcurses
9265533SdelphijDPADD+=		${LIBEDIT} ${LIBCURSES}
10203498Sdelphij
11249657SedNO_WMISSING_VARIABLE_DECLARATIONS=
12249657Sed
13203437SgaborFILES+=	bc.library
14203437SgaborFILESDIR=${SHAREDIR}/misc
15202719Sgabor
16202719Sgabor.include <bsd.prog.mk>
17