Makefile revision 202719
1202719Sgabor#	$FreeBSD: head/usr.bin/bc/Makefile 202719 2010-01-20 21:30:52Z gabor $
2202719Sgabor#	$OpenBSD: Makefile,v 1.4 2006/06/30 19:02:28 otto Exp $
3202719Sgabor
4202719SgaborPROG=		bc
5202719SgaborSRCS=		bc.y scan.l
6202719SgaborCFLAGS+=	-I. -I${.CURDIR}
7202719SgaborWARNS?=		6
8202719Sgabor#SUBDIR+=	USD.doc
9202719Sgabor
10202719SgaborFILES+=		bc.library
11202719SgaborFILESDIR=	${SHAREDIR}/misc
12202719Sgabor
13202719Sgabor#beforeinstall:
14202719Sgabor#	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/bc.library \
15202719Sgabor#	    ${DESTDIR}/usr/share/misc
16202719Sgabor
17202719Sgabor.include <bsd.prog.mk>
18