rpcbind does not need to be linked to libutil

This commit is contained in:
Baptiste Daroussin 2014-11-06 10:07:26 +00:00
parent bfda9935bd
commit 7a78c2b3d8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=274169

View File

@ -16,7 +16,7 @@ CFLAGS+= -DINET6
WARNS?= 1
DPADD= ${LIBWRAP} ${LIBUTIL}
LDADD= -lwrap -lutil
DPADD= ${LIBWRAP}
LDADD= -lwrap
.include <bsd.prog.mk>