$NetBSD: patch-ad,v 1.3 2006/03/20 18:05:22 jlam Exp $

--- xargs/Makefile.in.orig	1994-11-05 09:44:18.000000000 -0500
+++ xargs/Makefile.in
@@ -102,7 +102,7 @@ install-man:
 	  echo installing $$man as $$mdir/$$inst; \
 	  $(INSTALL_DATA) $(srcdir)/$$man $$mdir/$$inst; \
 	  cdir=$(mandir)/cat$$sect; \
-	  if test -d $$cdir; then \
+	  if false && test -d $$cdir; then \
 	    echo formatting $$man as $$cdir/$$inst; \
 	    $(NROFF) -man $(srcdir)/$$man > $$cdir/$$inst; \
 	  fi; \
