dirdeps: Fix libpcap Makefile.depend.options
This prevents libpcap's Makefile.depend from flip-flopping when OFED is enabled. Sponsored by : Juniper Networks, Inc. MFC after: 7 days Reviewed by: sjg Differential Revision: https://reviews.freebsd.org/D42649
This commit is contained in:
@@ -7,7 +7,6 @@ DIRDEPS = \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcompiler_rt \
|
||||
lib/ofed/include \
|
||||
usr.bin/yacc.host \
|
||||
|
||||
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
DIRDEPS_OPTIONS= OFED
|
||||
|
||||
DIRDEPS.OFED.yes= lib/ofed/libibverbs lib/ofed/libmlx5
|
||||
DIRDEPS.OFED.yes= lib/ofed/include lib/ofed/libibverbs lib/ofed/libmlx5
|
||||
|
||||
.include <dirdeps-options.mk>
|
||||
|
||||
Reference in New Issue
Block a user