aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipf/ipf/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-11-25 11:23:12 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-11-25 11:23:12 +0000
commit13eb765f2d1a7497df9f56f5ca95950e04cb4c01 (patch)
tree69f31f17bfe80e77e4f38188819e4e69f11b9f25 /sbin/ipf/ipf/Makefile
parentcc0d90a7997d7483dcfb77b908a709fa5561a5fb (diff)
downloadsrc-13eb765f2d1a7497df9f56f5ca95950e04cb4c01.tar.gz
src-13eb765f2d1a7497df9f56f5ca95950e04cb4c01.zip
Convert sbin/ to LIBADD
Reduce overlinking
Notes
Notes: svn path=/head/; revision=275030
Diffstat (limited to 'sbin/ipf/ipf/Makefile')
-rw-r--r--sbin/ipf/ipf/Makefile3
1 files changed, 1 insertions, 2 deletions
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 <bsd.prog.mk>