summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/httpd/Makefile.bsd-wrapper9
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 \