Date: Thu, 6 Nov 2014 10:07:26 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r274169 - head/usr.sbin/rpcbind Message-ID: <201411061007.sA6A7Qlx058531@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Nov 6 10:07:26 2014 New Revision: 274169 URL: https://svnweb.freebsd.org/changeset/base/274169 Log: rpcbind does not need to be linked to libutil Modified: head/usr.sbin/rpcbind/Makefile Modified: head/usr.sbin/rpcbind/Makefile ============================================================================== --- head/usr.sbin/rpcbind/Makefile Thu Nov 6 09:16:52 2014 (r274168) +++ head/usr.sbin/rpcbind/Makefile Thu Nov 6 10:07:26 2014 (r274169) @@ -16,7 +16,7 @@ CFLAGS+= -DINET6 WARNS?= 1 -DPADD= ${LIBWRAP} ${LIBUTIL} -LDADD= -lwrap -lutil +DPADD= ${LIBWRAP} +LDADD= -lwrap .include <bsd.prog.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411061007.sA6A7Qlx058531>