1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../net 4 5KMOD= if_vlan 6SRCS= if_vlan.c 7SRCS+= opt_inet.h opt_vlan.h 8 9.if !defined(KERNBUILDDIR) 10opt_inet.h: 11 echo "#define INET 1" > ${.TARGET} 12.endif 13 14.include <bsd.kmod.mk> 15