mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
9 lines
171 B
Makefile
9 lines
171 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/fs/tmpfs
|
|
|
|
KMOD= tmpfs
|
|
SRCS= vnode_if.h \
|
|
tmpfs_vnops.c tmpfs_fifoops.c tmpfs_vfsops.c tmpfs_subr.c \
|
|
opt_tmpfs.h opt_ddb.h
|
|
|
|
.include <bsd.kmod.mk>
|