Author: antoine Date: Tue Jan 1 18:28:21 2013 New Revision: 244929 URL: http://svnweb.freebsd.org/changeset/base/244929
Log: pflogd does not depend on libutil Modified: head/sbin/pflogd/Makefile Modified: head/sbin/pflogd/Makefile ============================================================================== --- head/sbin/pflogd/Makefile Tue Jan 1 18:26:12 2013 (r244928) +++ head/sbin/pflogd/Makefile Tue Jan 1 18:28:21 2013 (r244929) @@ -9,7 +9,7 @@ MAN= pflogd.8 CFLAGS+=-include ${.CURDIR}/../../lib/libpcap/config.h LDADD= -lpcap -DPADD= ${LIBPCAP} ${LIBUTIL} +DPADD= ${LIBPCAP} WARNS?= 2 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"