Makefile revision 155778
1# $FreeBSD: head/sys/modules/if_vlan/Makefile 155778 2006-02-17 10:52:59Z ru $
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