From 7f007284e654c09a9b6c070c4ca73b317aa82095 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Thu, 1 Nov 2012 13:01:30 +0100 Subject: [PATCH] /bin/pax: Fix cross compilation problem on some platform by removing unneeded dependency on libutil. --- bin/pax/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/pax/Makefile b/bin/pax/Makefile index 84f820163..433e98c53 100644 --- a/bin/pax/Makefile +++ b/bin/pax/Makefile @@ -54,8 +54,6 @@ DPADD+= ${LIBRMT} .if defined(__MINIX) CPPFLAGS+= -DHOSTPROG CPPFLAGS+= -Dlchown=chown -Dlchmod=chmod -DPADD+= ${LIBUTIL} -LDADD+= -lutil .endif .include -- 2.44.0