diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-06-25 20:34:03 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-06-25 20:34:03 +0000 |
commit | 3a0c1c9d44eed03f47bc14a36eda246c9def449e (patch) | |
tree | 538f5941bc98efbee8aaa511c135760ab90320d9 /lib/libkeynote | |
parent | 3e9e53aeaf00955edf3359e832ba341536c7ed0c (diff) |
Update for correct location of OpenSSL include files.
Diffstat (limited to 'lib/libkeynote')
-rw-r--r-- | lib/libkeynote/Makefile.distribution | 4 |
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 |