diff options
author | 2002-09-09 12:09:50 +0000 | |
---|---|---|
committer | 2002-09-09 12:09:50 +0000 | |
commit | faabd2d23ec87e4e7101614038edfe6891254ca0 (patch) | |
tree | 579f8cbe7387db9986f5f051c27cb0bc9f69f279 | |
parent | add src/modules/keynote/Makefile to MUNGEDFILES (diff) | |
download | wireguard-openbsd-faabd2d23ec87e4e7101614038edfe6891254ca0.tar.xz wireguard-openbsd-faabd2d23ec87e4e7101614038edfe6891254ca0.zip |
clean: cleanman
-rw-r--r-- | usr.sbin/httpd/Makefile.bsd-wrapper | 8 |
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: |