summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2002-09-09 11:44:59 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2002-09-09 11:44:59 +0000
commit60a0c60227c342fdf9de1a43d0725940d89d8309 (patch)
tree04fef99cb6a2950c4ba3c1c1638e4cd801f2f1aa /usr.sbin/httpd
parent8a407adc667fb963d41458fdc23b73b315b8be47 (diff)
add src/modules/keynote/Makefile to MUNGEDFILES
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r--usr.sbin/httpd/Makefile.bsd-wrapper3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/httpd/Makefile.bsd-wrapper b/usr.sbin/httpd/Makefile.bsd-wrapper
index 4933b2d33e3..222d4d045f0 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.31 2002/07/22 18:17:50 henning Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.32 2002/09/09 11:44:58 henning Exp $
# Our lndir is hacked; specify a full path to avoid potential conflicts
# with the one installed with X11.
@@ -135,6 +135,7 @@ MUNGEDFILES = ${.OBJDIR}/src/ap/Makefile \
${.OBJDIR}/src/modules/extra/Makefile \
${.OBJDIR}/src/modules/proxy/Makefile \
${.OBJDIR}/src/modules/standard/Makefile \
+ ${.OBJDIR}/src/modules/keynote/Makefile \
${.OBJDIR}/src/modules/ssl/Makefile \
${.OBJDIR}/src/modules/ssl/ssl_expr_parse.c \
${.OBJDIR}/src/modules/ssl/ssl_expr_parse.h \