diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-05-26 07:16:15 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-05-26 07:16:15 +0000 |
commit | f50fe502de2688b3d7d3f708203e25f74ef7ee9a (patch) | |
tree | ae43105a263d43e2f70569ab7d62beddc6896b5b /usr.sbin | |
parent | a4b58fd1c6186b7179590b76912f5715d4308c3b (diff) |
install mod_ssl headers
from a discussion with and ok by naddy@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/httpd/Makefile.bsd-wrapper | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.sbin/httpd/Makefile.bsd-wrapper b/usr.sbin/httpd/Makefile.bsd-wrapper index e87256c9336..3f0c2f416b9 100644 --- a/usr.sbin/httpd/Makefile.bsd-wrapper +++ b/usr.sbin/httpd/Makefile.bsd-wrapper @@ -1,5 +1,5 @@ # Build wrapper for Apache -# $OpenBSD: Makefile.bsd-wrapper,v 1.39 2003/02/10 21:28:26 deraadt Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.40 2003/05/26 07:16:14 henning Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -200,7 +200,12 @@ INCFILES= \ src/include/util_script.h \ src/include/util_uri.h \ src/os/unix/os-inline.c \ - src/os/unix/os.h + src/os/unix/os.h \ + src/modules/ssl/mod_ssl.h \ + src/modules/ssl/ssl_expr.h \ + src/modules/ssl/ssl_util_sdbm.h \ + src/modules/ssl/ssl_util_ssl.h \ + src/modules/ssl/ssl_util_table.h XMLFILES= \ src/lib/expat-lite/asciitab.h \ |