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/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.bin/dc/Makefile b/usr.bin/dc/Makefile
new file mode 100644
index 0000000..1ad72e0
--- /dev/null
+++ b/usr.bin/dc/Makefile
@@ -0,0 +1,13 @@
+# $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
+LDADD= -lcrypto
+DPADD= ${LIBCRYPTO}
+
+#SUBDIR+= USD.doc
+
+WARNS?= 6
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud