From f50fe502de2688b3d7d3f708203e25f74ef7ee9a Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Mon, 26 May 2003 07:16:15 +0000 Subject: install mod_ssl headers from a discussion with and ok by naddy@ --- usr.sbin/httpd/Makefile.bsd-wrapper | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'usr.sbin') 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 \ -- cgit v1.2.3