diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2008-07-11 00:12:36 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2008-07-11 00:12:36 +0000 |
commit | 523e5ea11130f316325698a9a905199111a59b81 (patch) | |
tree | 9d5159fb12db9e39610b5dc9edf93cf200ddb273 /usr.sbin/httpd/Makefile.bsd-wrapper | |
parent | 41ab027e113ebe096d68759863e5c0b124ff328e (diff) |
add missing ssl art after manual has been moved, instead of using
src of non-existent place; ok pval@, okan@, "looks good" jdixon@
Diffstat (limited to 'usr.sbin/httpd/Makefile.bsd-wrapper')
-rw-r--r-- | usr.sbin/httpd/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/Makefile.bsd-wrapper b/usr.sbin/httpd/Makefile.bsd-wrapper index 9ae7699410e..774029bd31a 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.67 2008/06/13 04:41:15 mbalmer Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.68 2008/07/11 00:12:35 martynas Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -233,7 +233,7 @@ HTDOCS= \ htdocs/apache_pb.gif htdocs/index.html htdocs/openbsdpower.gif \ htdocs/blowfish.jpg htdocs/bsd_small.gif htdocs/lock.gif \ htdocs/logo23.jpg htdocs/logo24.jpg htdocs/smalltitle.gif \ - htdocs/openbsd_pb.gif + htdocs/openbsd_pb.gif htdocs/mod_ssl_sb.gif htdocs/openssl_ics.gif CGIFILES= cgi-bin/printenv cgi-bin/test-cgi |