summaryrefslogtreecommitdiffstats
path: root/usr.bin/bc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/bc/Makefile')
-rw-r--r--usr.bin/bc/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/usr.bin/bc/Makefile b/usr.bin/bc/Makefile
new file mode 100644
index 0000000..e291555
--- /dev/null
+++ b/usr.bin/bc/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+# $OpenBSD: Makefile,v 1.4 2006/06/30 19:02:28 otto Exp $
+
+PROG= bc
+SRCS= bc.y scan.l
+CFLAGS+= -I. -I${.CURDIR}
+WARNS?= 6
+#SUBDIR+= USD.doc
+
+FILES+= bc.library
+FILESDIR= ${SHAREDIR}/misc
+
+#beforeinstall:
+# install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/bc.library \
+# ${DESTDIR}/usr/share/misc
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud