mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
8 lines
129 B
Makefile
8 lines
129 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/fs/nullfs
|
|
|
|
KMOD= nullfs
|
|
SRCS= vnode_if.h \
|
|
null_subr.c null_vfsops.c null_vnops.c
|
|
|
|
.include <bsd.kmod.mk>
|