/bin/pax: Fix cross compilation problem on some platform by removing

unneeded dependency on libutil.
This commit is contained in:
Lionel Sambuc 2012-11-01 13:01:30 +01:00
parent 196021cd82
commit 7f007284e6

View file

@ -54,8 +54,6 @@ DPADD+= ${LIBRMT}
.if defined(__MINIX)
CPPFLAGS+= -DHOSTPROG
CPPFLAGS+= -Dlchown=chown -Dlchmod=chmod
DPADD+= ${LIBUTIL}
LDADD+= -lutil
.endif
.include <bsd.prog.mk>