mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
Don't explicitly set INET/INET6 in the Makefile; opt_inet.h and opt_inet6.h
already do this MFC after: never (depends on kern.opts.mk; will not be MFCed probably)
This commit is contained in:
parent
731192872f
commit
e24ce5adf4
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ SRCS= device_if.h bus_if.h vnode_if.h pci_if.h \
|
|||
CFLAGS+= -I${.CURDIR}/../../ofed/drivers/infiniband/ulp/ipoib
|
||||
CFLAGS+= -I${.CURDIR}/../../ofed/include
|
||||
CFLAGS+= -I${.CURDIR}/../../compat/linuxkpi/common/include
|
||||
CFLAGS+= -DINET6 -DINET
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue