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/ipf/ipf/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sbin/ipf/ipf/Makefile') diff --git a/sbin/ipf/ipf/Makefile b/sbin/ipf/ipf/Makefile index c3938c63af61..3ffd2b272489 100644 --- a/sbin/ipf/ipf/Makefile +++ b/sbin/ipf/ipf/Makefile @@ -35,8 +35,7 @@ ipf_l.h: lexer.h LIBIPF_SRCS!= cd ${.CURDIR}/../libipf && ${MAKE} -V SRCS SRCS+= ${LIBIPF_SRCS} .else -DPADD+= ${LIBPCAP} -LDADD+= -lpcap +LIBADD+= pcap .endif .include -- cgit v1.2.3