7 lines
67 B
Makefile
7 lines
67 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD= ng_vlan
|
|
SRCS= ng_vlan.c
|
|
|
|
.include <bsd.kmod.mk>
|