summaryrefslogtreecommitdiffstats
path: root/usr.bin/dc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/dc/Makefile')
-rw-r--r--usr.bin/dc/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.bin/dc/Makefile b/usr.bin/dc/Makefile
new file mode 100644
index 0000000..ee91c95
--- /dev/null
+++ b/usr.bin/dc/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+# $OpenBSD: Makefile,v 1.2 2006/11/26 11:31:09 deraadt Exp $
+
+PROG= dc
+SRCS= dc.c bcode.c inout.c mem.c stack.c
+CFLAGS+=--param max-inline-insns-single=64
+DPADD= ${LIBCRYPTO}
+LDADD= -lcrypto
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud