diff options
author | 2002-09-09 11:44:58 +0000 | |
---|---|---|
committer | 2002-09-09 11:44:58 +0000 | |
commit | dad5ff042542fa68124e92db69ac37a6e201d6fe (patch) | |
tree | 86fd9ba9803120af01e4a7862a14003aabe399c7 | |
parent | Some posix tests we don't pass yet, and won't until I've added a `magic' (diff) | |
download | wireguard-openbsd-dad5ff042542fa68124e92db69ac37a6e201d6fe.tar.xz wireguard-openbsd-dad5ff042542fa68124e92db69ac37a6e201d6fe.zip |
add src/modules/keynote/Makefile to MUNGEDFILES
-rw-r--r-- | usr.sbin/httpd/Makefile.bsd-wrapper | 3 |
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 \ |