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/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/usr.bin/bc/Makefile b/usr.bin/bc/Makefile
new file mode 100644
index 0000000..55f465d
--- /dev/null
+++ b/usr.bin/bc/Makefile
@@ -0,0 +1,14 @@
+# $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}
+
+DPADD= ${LIBEDIT} ${LIBTERMCAP}
+LDADD= -ledit -ltermcap
+
+FILES+= bc.library
+FILESDIR=${SHAREDIR}/misc
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud