mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
8 lines
121 B
Makefile
8 lines
121 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/fs/fdescfs
|
|
|
|
KMOD= fdescfs
|
|
SRCS= vnode_if.h \
|
|
fdesc_vfsops.c fdesc_vnops.c
|
|
|
|
.include <bsd.kmod.mk>
|