525312f7c0
Reported by: Boris Samorodov
15 lines
208 B
Makefile
15 lines
208 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../net
|
|
|
|
KMOD= if_vlan
|
|
SRCS= if_vlan.c
|
|
SRCS+= opt_inet.h opt_vlan.h
|
|
|
|
.if !defined(KERNBUILDDIR)
|
|
opt_inet.h:
|
|
echo "#define INET 1" > ${.TARGET}
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|