summaryrefslogtreecommitdiff
path: root/lib/libkeynote
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-06-25 20:34:03 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-06-25 20:34:03 +0000
commit3a0c1c9d44eed03f47bc14a36eda246c9def449e (patch)
tree538f5941bc98efbee8aaa511c135760ab90320d9 /lib/libkeynote
parent3e9e53aeaf00955edf3359e832ba341536c7ed0c (diff)
Update for correct location of OpenSSL include files.
Diffstat (limited to 'lib/libkeynote')
-rw-r--r--lib/libkeynote/Makefile.distribution4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkeynote/Makefile.distribution b/lib/libkeynote/Makefile.distribution
index 33846c29069..daa6735f6b0 100644
--- a/lib/libkeynote/Makefile.distribution
+++ b/lib/libkeynote/Makefile.distribution
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.distribution,v 1.4 1999/05/31 20:09:58 angelos Exp $
+# $OpenBSD: Makefile.distribution,v 1.5 1999/06/25 20:34:02 angelos Exp $
#
# The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu)
#
@@ -46,7 +46,7 @@ NROFFFLAGS = -mandoc
# SSLeay/OpenSSL pointers
SSLINC = -I/usr/local/include -I/usr/local/ssl/include \
- -I/usr/local/openssl/include
+ -I/usr/local/openssl/include -I/usr/local/ssl/include/openssl
SSLLIB = -L/usr/lib -L/usr/local/lib -L/usr/local/ssl/lib \
-L/usr/local/openssl/lib -L/usr/local/openssl/ -lcrypto