mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
11 lines
176 B
Makefile
11 lines
176 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 \
|
||
|
|
tmpfs_uma.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|