diff options
author | 1999-03-01 04:55:14 +0000 | |
---|---|---|
committer | 1999-03-01 04:55:14 +0000 | |
commit | e46fea794bb13ca83b203aa81d007fdd1ed3dc70 (patch) | |
tree | 17bea4717138b7aa9ef726d2bda1628992b9bd65 | |
parent | Makefile changes and forgotten file for mod_ssl (diff) | |
download | wireguard-openbsd-e46fea794bb13ca83b203aa81d007fdd1ed3dc70.tar.xz wireguard-openbsd-e46fea794bb13ca83b203aa81d007fdd1ed3dc70.zip |
Fix stupid makefile mistake.
-rw-r--r-- | usr.sbin/httpd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/httpd/Makefile b/usr.sbin/httpd/Makefile index 090d522ff99..d682f2fcd3d 100644 --- a/usr.sbin/httpd/Makefile +++ b/usr.sbin/httpd/Makefile @@ -135,7 +135,7 @@ MANUALFILES= \ manual/vhosts/ip-based.html \ manual/vhosts/name-based.html \ manual/vhosts/vhosts-in-depth.html \ - manual/vhosts/virtual-host.html + manual/vhosts/virtual-host.html \ manual/mod/mod_ssl/index.html \ manual/mod/mod_ssl/ssl_compat.gfont000.gif \ manual/mod/mod_ssl/ssl_compat.html \ @@ -193,7 +193,6 @@ MANUALFILES= \ manual/mod/mod_ssl/ssl_template.title-toc.gif \ manual/mod/mod_ssl/ssl_template.title-tutor.gif - ICONFILES= \ icons/README icons/c.gif icons/hand.right.gif icons/pie2.gif \ icons/sphere1.gif icons/a.gif icons/comp.blue.gif \ |