diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-06-23 22:46:14 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-06-23 22:46:14 +0000 |
commit | 6df0b771ebcb3566414373edef220a0f6a17efbf (patch) | |
tree | 060687da02a3942a5d62fad96ed7361473923eca /usr.sbin/httpd | |
parent | 3aaf059f30fb2abae9da3dd76d1cdde748e7fed7 (diff) |
switch to installing source manuals (base part)
discussed with lots of people, tested by naddy@,
"move fast" deraadt@
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r-- | usr.sbin/httpd/Makefile.bsd-wrapper | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.sbin/httpd/Makefile.bsd-wrapper b/usr.sbin/httpd/Makefile.bsd-wrapper index cb062ab2543..050bf51a736 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.69 2009/03/10 10:56:40 martynas Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.70 2011/06/23 22:46:12 schwarze Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -711,10 +711,10 @@ install: maninstall htmlinstall rm -rf $$d .if ${.OBJDIR} == ${.CURDIR} -clean: cleanman +clean: -@cd ${.OBJDIR} && rm -f ${MUNGEDFILES} && ${MAKE} clean .else -clean: cleanman +clean: @cd ${.OBJDIR} && find . \! -type d -print0 | xargs -0r rm .endif @@ -738,8 +738,6 @@ tags: .ifdef NOMAN maninstall: @echo NOMAN is set -cleanman: - @echo NOMAN is set .endif htmlinstall: |