xref: /dragonfly/sys/net/vlan/Makefile (revision 1de703da)
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.2 2003/06/17 04:28:44 dillon Exp $
3
4.PATH: ${.CURDIR}/../../net
5
6KMOD=	if_vlan
7SRCS=	if_vlan.c opt_inet.h
8CFLAGS+= -DNVLAN=0
9NOMAN=
10
11opt_inet.h:
12	echo "#define INET 1" > ${.TARGET}
13
14.include <bsd.kmod.mk>
15