aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/if_vlan/Makefile
blob: 8b46e42fed320847a42b95b2ca67ea6d6b7e63d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

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

KMOD=	if_vlan
SRCS=	if_vlan.c opt_inet.h

.if !defined(KERNBUILDDIR)
opt_inet.h:
	echo "#define INET 1" > ${.TARGET}
.endif

.include <bsd.kmod.mk>