Makefile revision 202719
112029Sache#	$FreeBSD: head/usr.bin/bc/Makefile 202719 2010-01-20 21:30:52Z gabor $
212029Sache#	$OpenBSD: Makefile,v 1.4 2006/06/30 19:02:28 otto Exp $
370484Sphantom
470484SphantomPROG=		bc
512029SacheSRCS=		bc.y scan.l
612029SacheCFLAGS+=	-I. -I${.CURDIR}
712029SacheWARNS?=		6
812029Sache#SUBDIR+=	USD.doc
912029Sache
1012029SacheFILES+=		bc.library
1112029SacheFILESDIR=	${SHAREDIR}/misc
1212029Sache
1312029Sache#beforeinstall:
1412029Sache#	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/bc.library \
1517711Sache#	    ${DESTDIR}/usr/share/misc
1612029Sache
1712029Sache.include <bsd.prog.mk>
1817711Sache