summaryrefslogtreecommitdiffstats
path: root/sbin/ipf
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-04-13 12:49:24 +0000
committerru <ru@FreeBSD.org>2006-04-13 12:49:24 +0000
commit89e2376997ae34fc43bdaf60951699ced423f86d (patch)
tree855c1afcb690ebe44b07c37a3211e39e69fb67f1 /sbin/ipf
parent73a212846309732620dc5eb76d0a80f6cf623508 (diff)
downloadFreeBSD-src-89e2376997ae34fc43bdaf60951699ced423f86d.zip
FreeBSD-src-89e2376997ae34fc43bdaf60951699ced423f86d.tar.gz
Add missing library dependencies.
Diffstat (limited to 'sbin/ipf')
-rw-r--r--sbin/ipf/ipf/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/ipf/ipf/Makefile b/sbin/ipf/ipf/Makefile
index e0b887f..f1d97b3 100644
--- a/sbin/ipf/ipf/Makefile
+++ b/sbin/ipf/ipf/Makefile
@@ -35,6 +35,7 @@ ipf_l.h: lexer.h
LIBIPF_SRCS!= cd ${.CURDIR}/../libipf && ${MAKE} -V SRCS
SRCS+= ${LIBIPF_SRCS}
.else
+DPADD+= ${LIBPCAP}
LDADD+= -lpcap
.endif
OpenPOWER on IntegriCloud