mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
8 lines
124 B
Makefile
8 lines
124 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/vn
|
|
KMOD= vn
|
|
SRCS= vn.c vnode_if.h opt_devfs.h
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|