freebsd-dev/sys/modules/if_vlan/Makefile
Brooks Davis 9d4fe4b2b0 Make vlan(4) loadable, unloadable, and clonable. As a side effect,
interfaces must now always enable VLAN support.

Reviewed by:	jlemon
MFC after:	3 weeks
2001-09-05 21:10:28 +00:00

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>