9d4fe4b2b0
interfaces must now always enable VLAN support. Reviewed by: jlemon MFC after: 3 weeks
13 lines
163 B
Makefile
13 lines
163 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../net
|
|
|
|
KMOD= if_vlan
|
|
SRCS= if_vlan.c opt_inet.h
|
|
NOMAN=
|
|
|
|
opt_inet.h:
|
|
echo "#define INET 1" > ${.TARGET}
|
|
|
|
.include <bsd.kmod.mk>
|