1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-03 09:00:21 +00:00

ip_divert.c requires both INET and IPFIREWALL to be present:

#error "IPDIVERT requires INET."
	#error "IPDIVERT requires IPFIREWALL"
so properly track those depencies here.
This commit is contained in:
Bjoern A. Zeeb 2009-06-10 20:57:06 +00:00
parent ba58b7afe1
commit 5591364265
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=193950

View File

@ -2361,7 +2361,7 @@ netinet/in_pcb.c optional inet
netinet/in_proto.c optional inet \
compile-with "${NORMAL_C} -I$S/contrib/pf"
netinet/in_rmx.c optional inet
netinet/ip_divert.c optional ipdivert
netinet/ip_divert.c optional inet ipdivert ipfirewall
netinet/ipfw/ip_dummynet.c optional dummynet
netinet/ip_ecn.c optional inet | inet6
netinet/ip_encap.c optional inet | inet6