Deleted Added
full compact
1c1
< # $FreeBSD: head/sys/modules/Makefile 227064 2011-11-03 21:20:22Z bz $
---
> # $FreeBSD: head/sys/modules/Makefile 227085 2011-11-04 16:24:19Z bz $
140c140
< ipfw \
---
> ${_ipfw} \
381a382,385
> .if ${MK_INET_SUPPORT} != "no" || defined(ALL_MODULES)
> _ipfw= ipfw
> .endif
>