diff options
author | 1999-10-01 23:20:25 +0000 | |
---|---|---|
committer | 1999-10-01 23:20:25 +0000 | |
commit | 0af6872ff34db4784a9bc546fd03c15cc10f63b3 (patch) | |
tree | 73ec339dfd6fc42855bd54b7208569116d8c5650 | |
parent | SACK is not bug-free yet; off for 2.6 (diff) | |
download | wireguard-openbsd-0af6872ff34db4784a9bc546fd03c15cc10f63b3.tar.xz wireguard-openbsd-0af6872ff34db4784a9bc546fd03c15cc10f63b3.zip |
Man pages would be nice.
-rw-r--r-- | usr.sbin/httpd/Makefile.bsd-wrapper | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/usr.sbin/httpd/Makefile.bsd-wrapper b/usr.sbin/httpd/Makefile.bsd-wrapper index 732f524a13d..e275fab59ef 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.4 1999/10/01 21:54:19 beck Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.5 1999/10/01 23:20:25 beck Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -119,13 +119,10 @@ SBINFILES= \ src/httpd src/support/ab \ src/support/logresolve src/support/rotatelogs src/support/suexec -MAN1SRCS= \ - src/support/dbmmanage.1 src/support/htdigest.1 src/support/htpasswd.1 -MAN8SRCS= \ +MAN+= src/support/dbmmanage.1 src/support/htdigest.1 src/support/htpasswd.1 \ src/support/ab.8 src/support/apachectl.8 src/support/logresolve.8 \ - src/support/httpd.8 src/support/rotatelogs.8 - + httpd.8 src/support/rotatelogs.8 INCFILES= \ src/include/alloc.h \ @@ -559,4 +556,6 @@ distribution: .include <bsd.obj.mk> .include <bsd.subdir.mk> - +.ifndef NOMAN +.include <bsd.man.mk> +.endif |