# $FreeBSD: src/sys/modules/if_vlan/Makefile,v 1.1.2.1 2001/12/04 20:09:32 brooks Exp $ # $DragonFly: src/sys/net/vlan/Makefile,v 1.4 2006/10/25 20:56:03 dillon Exp $ .PATH: ${.CURDIR}/../../net KMOD= if_vlan SRCS= if_vlan.c opt_inet.h SRCS+= device_if.h bus_if.h CFLAGS+= -DNVLAN=0 NOMAN= .if !defined(BUILDING_WITH_KERNEL) opt_inet.h: echo "#define INET 1" > ${.TARGET} .endif .include