svn commit: r244929 - head/sbin/pflogd

Antoine Brodin antoine at FreeBSD.org
Tue Jan 1 18:28:21 UTC 2013


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
 


More information about the svn-src-all mailing list