From 6df0b771ebcb3566414373edef220a0f6a17efbf Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 23 Jun 2011 22:46:14 +0000 Subject: switch to installing source manuals (base part) discussed with lots of people, tested by naddy@, "move fast" deraadt@ --- usr.sbin/httpd/Makefile.bsd-wrapper | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'usr.sbin/httpd') 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: -- cgit v1.2.3