From 13eb765f2d1a7497df9f56f5ca95950e04cb4c01 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 25 Nov 2014 11:23:12 +0000 Subject: Convert sbin/ to LIBADD Reduce overlinking --- sbin/pflogd/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sbin/pflogd') diff --git a/sbin/pflogd/Makefile b/sbin/pflogd/Makefile index fcff8eb45135..49a311e11bb7 100644 --- a/sbin/pflogd/Makefile +++ b/sbin/pflogd/Makefile @@ -8,8 +8,7 @@ MAN= pflogd.8 CFLAGS+=-include ${.CURDIR}/../../lib/libpcap/config.h -LDADD= -lpcap -DPADD= ${LIBPCAP} +LIBADD= pcap WARNS?= 2 -- cgit v1.2.3