summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-12-04 03:17:17 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-12-04 03:17:17 +0000
commitcd8cdf49cbfd4dac1cceb57305a55d800fa76e70 (patch)
tree27657b55fff3da09883350f32c90f96915fd382f /sbin
parent4316a3fffdffda5f5444f19a2881b5840d74223a (diff)
downloadFreeBSD-src-cd8cdf49cbfd4dac1cceb57305a55d800fa76e70.zip
FreeBSD-src-cd8cdf49cbfd4dac1cceb57305a55d800fa76e70.tar.gz
For INTERNALLIB always add in the corresponding _DP_ and use LIBADD in
the real build file. This lessens the need to define DPADD_<lib> and LDADD_<lib> to just very special cases. Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ipf/libipf/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/ipf/libipf/Makefile b/sbin/ipf/libipf/Makefile
index 077062f..7a7a011 100644
--- a/sbin/ipf/libipf/Makefile
+++ b/sbin/ipf/libipf/Makefile
@@ -43,4 +43,6 @@ SRCS= addicmp.c addipopt.c alist_free.c alist_new.c allocmbt.c \
tcp_flags.c tcpflags.c tcpoptnames.c v6ionames.c v6optvalue.c \
var.c verbose.c
+LIBADD= kvm
+
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud