diff options
Diffstat (limited to 'usr.bin/dc/Makefile')
-rw-r--r-- | usr.bin/dc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/dc/Makefile b/usr.bin/dc/Makefile index a97c5c2255f..b0a23967a26 100644 --- a/usr.bin/dc/Makefile +++ b/usr.bin/dc/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.1 2003/09/19 17:58:25 otto Exp $ +# $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 COPTS+= -Wall LDADD= -lcrypto +DPADD= ${LIBCRYPTO} .include <bsd.prog.mk> |