Do a major clean-up of the BUSDMA architecture. A large number of
[dfdiff.git] / sys / net / vlan / Makefile
blob42b04f617e2b53ff4ca5828f82f41432db8ffc4a
1 # $FreeBSD: src/sys/modules/if_vlan/Makefile,v 1.1.2.1 2001/12/04 20:09:32 brooks Exp $
2 # $DragonFly: src/sys/net/vlan/Makefile,v 1.4 2006/10/25 20:56:03 dillon Exp $
4 .PATH: ${.CURDIR}/../../net
6 KMOD= if_vlan
7 SRCS= if_vlan.c opt_inet.h
8 SRCS+= device_if.h bus_if.h
9 CFLAGS+= -DNVLAN=0
10 NOMAN=
12 .if !defined(BUILDING_WITH_KERNEL)
13 opt_inet.h:
14 echo "#define INET 1" > ${.TARGET}
15 .endif
17 .include <bsd.kmod.mk>