mirror of
https://github.com/opnsense/src.git
synced 2026-02-10 22:35:04 -05:00
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
9 lines
158 B
Makefile
9 lines
158 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/fs/tmpfs
|
|
|
|
KMOD= tmpfs
|
|
SRCS= vnode_if.h \
|
|
tmpfs_vnops.c tmpfs_fifoops.c tmpfs_vfsops.c tmpfs_subr.c
|
|
|
|
.include <bsd.kmod.mk>
|