summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Martelletto <pedro@cvs.openbsd.org>2005-09-26 21:14:31 +0000
committerPedro Martelletto <pedro@cvs.openbsd.org>2005-09-26 21:14:31 +0000
commitfb705c017cac27cfb9080b6f4774a6dbcc4bc2b0 (patch)
tree076e55207a1125956ad5ad8cde8f331d6578a622
parent9dacd3671602823d74986348365933214a7f6168 (diff)
deal with xargs new behaviour by using -r, okay deraadt@
-rw-r--r--usr.sbin/httpd/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/Makefile.bsd-wrapper b/usr.sbin/httpd/Makefile.bsd-wrapper
index 7571c64b5bd..ae04339bac6 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.55 2005/08/12 18:40:52 naddy Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.56 2005/09/26 21:14:30 pedro Exp $
# Our lndir is hacked; specify a full path to avoid potential conflicts
# with the one installed with X11.
@@ -709,7 +709,7 @@ clean: prereq cleanman
@cd ${.OBJDIR} && ${MAKE} clean && rm -f ${MUNGEDFILES}
.else
clean: cleanman
- @cd ${.OBJDIR} && find . \! -type d -print | xargs rm
+ @cd ${.OBJDIR} && find . \! -type d -print | xargs -r rm
.endif
cleandir: clean