mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 03:40:37 -05:00
Taken from: https://github.com/freebsd/freebsd.git Commit id: d44ce30d3054a38723f89a161c5e003e64d1aaae
9 lines
161 B
Makefile
9 lines
161 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../fs/tmpfs
|
|
|
|
KMOD= tmpfs
|
|
SRCS= vnode_if.h \
|
|
tmpfs_vnops.c tmpfs_fifoops.c tmpfs_vfsops.c tmpfs_subr.c
|
|
|
|
.include <bsd.kmod.mk>
|