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:
Enji Cooper 2015-11-22 23:07:07 +00:00
parent 731192872f
commit e24ce5adf4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291165

View File

@ -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>