summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2002-09-09 12:09:51 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2002-09-09 12:09:51 +0000
commit4f97c691d3ab3ecd99524c5a31d5df3066accbfc (patch)
treecac1f98eb5cce725f2635be38ffc9dc723d3555b /usr.sbin/httpd
parent60a0c60227c342fdf9de1a43d0725940d89d8309 (diff)
clean: cleanman
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r--usr.sbin/httpd/Makefile.bsd-wrapper8
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/httpd/Makefile.bsd-wrapper b/usr.sbin/httpd/Makefile.bsd-wrapper
index 222d4d045f0..dc7e5fa5e18 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.32 2002/09/09 11:44:58 henning Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.33 2002/09/09 12:09:50 henning Exp $
# Our lndir is hacked; specify a full path to avoid potential conflicts
# with the one installed with X11.
@@ -866,10 +866,10 @@ install: maninstall
rm -rf $$d
.if ${.OBJDIR} == ${.CURDIR}
-clean: prereq
+clean: prereq cleanman
@cd ${.OBJDIR} && ${MAKE} clean && rm -f ${MUNGEDFILES}
.else
-clean:
+clean: cleanman
@cd ${.OBJDIR} && find . \! -type d -print | xargs rm
.endif
@@ -890,6 +890,8 @@ tags:
.ifdef NOMAN
maninstall:
@echo NOMAN is set
+cleanman:
+ @echo NOMAN is set
.endif
distribution: