summaryrefslogtreecommitdiff
path: root/usr.bin/bc/Makefile
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2006-06-30 19:02:29 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2006-06-30 19:02:29 +0000
commite57d077870004626550258b40c963216f7e286f4 (patch)
tree604d09a96f0e6575bcf4f8a7cda4890bf9ebc536 /usr.bin/bc/Makefile
parent3d0f9b2c56326c0a243baeb1bfadcf50768b815e (diff)
CLEANFILES no longer needed since this is now done by bsd.*.mk
Diffstat (limited to 'usr.bin/bc/Makefile')
-rw-r--r--usr.bin/bc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/bc/Makefile b/usr.bin/bc/Makefile
index a6d3743c9b4..e8b226401b7 100644
--- a/usr.bin/bc/Makefile
+++ b/usr.bin/bc/Makefile
@@ -1,11 +1,10 @@
-# $OpenBSD: Makefile,v 1.3 2006/05/27 22:53:44 deraadt Exp $
+# $OpenBSD: Makefile,v 1.4 2006/06/30 19:02:28 otto Exp $
PROG= bc
SRCS= bc.y scan.l
CPPFLAGS+= -I. -I${.CURDIR}
CFLAGS+= -Wall -Wno-unused
YFLAGS+=
-CLEANFILES+= bc.c y.tab.h scan.c lex.yy.c
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/bc.library \