From e7be052f8750f1f09aa7d6d1911ba6f583f00c0e Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 19 Sep 2003 17:58:26 +0000 Subject: A complete, BSD licensed rewrite of dc(1), using the bn(3) big number routines. ok toby@ deraadt@ --- usr.bin/dc/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 usr.bin/dc/Makefile (limited to 'usr.bin/dc/Makefile') diff --git a/usr.bin/dc/Makefile b/usr.bin/dc/Makefile new file mode 100644 index 00000000000..a97c5c2255f --- /dev/null +++ b/usr.bin/dc/Makefile @@ -0,0 +1,8 @@ +# $OpenBSD: Makefile,v 1.1 2003/09/19 17:58:25 otto Exp $ + +PROG= dc +SRCS= dc.c bcode.c inout.c mem.c stack.c +COPTS+= -Wall +LDADD= -lcrypto + +.include -- cgit v1.2.3