diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-12-04 03:17:17 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-12-04 03:17:17 +0000 |
| commit | 7aab86d59df82d80fbeb9c3fa826255574b5193c (patch) | |
| tree | 27657b55fff3da09883350f32c90f96915fd382f /sbin/ipf | |
| parent | a9f9ec2435e0d551a64100b2ad18213b9add15bd (diff) | |
Notes
Diffstat (limited to 'sbin/ipf')
| -rw-r--r-- | sbin/ipf/libipf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/ipf/libipf/Makefile b/sbin/ipf/libipf/Makefile index 077062fa1ed3..7a7a011d043c 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> |
