/bin/pax: Fix cross compilation problem on some platform by removing
unneeded dependency on libutil.
This commit is contained in:
parent
196021cd82
commit
7f007284e6
1 changed files with 0 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue