summaryrefslogtreecommitdiff
path: root/usr.bin/gzsig/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/gzsig/Makefile')
-rw-r--r--usr.bin/gzsig/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/gzsig/Makefile b/usr.bin/gzsig/Makefile
index 1dd980d7b5b..0dc7b8147ee 100644
--- a/usr.bin/gzsig/Makefile
+++ b/usr.bin/gzsig/Makefile
@@ -1,9 +1,10 @@
-# $OpenBSD: Makefile,v 1.2 2005/05/29 02:41:42 marius Exp $
+# $OpenBSD: Makefile,v 1.3 2006/11/26 11:31:09 deraadt Exp $
PROG = gzsig
SRCS = gzsig.c key.c sign.c ssh.c ssh2.c util.c verify.c x509.c
LDADD = -lcrypto -lm
+DPADD = ${LIBCRYPTO} ${LIBM}
CLEANFILES += TAGS *~