summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_vlan/Makefile
blob: 797ece457eda9bea4b3cb65471fe425337e00ef1 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

.PATH: ${.CURDIR}/../../net

KMOD=	if_vlan
SRCS=	if_vlan.c opt_inet.h

opt_inet.h:
	echo "#define INET 1" > ${.TARGET}

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud