mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04: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>
|