1*61924Sbostic# @(#)Makefile 8.1 (Berkeley) 06/06/93 236049Sbostic 341716SbosticPROG= bc 436049SbosticSRCS= bc.c 546820SbosticCFLAGS+=-w -I${.CURDIR} 643504SbosticCLEANFILES= bc.c y.tab.h 736049Sbostic 841716Sbosticbeforeinstall: 943504Sbostic install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/bc.library \ 1041716Sbostic ${DESTDIR}/usr/share/misc 1136049Sbostic 1241716Sbostic.include <bsd.prog.mk> 13