mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
and empty options files. The rules are now generated automatically in
bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
9 lines
136 B
Makefile
9 lines
136 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../ufs/mfs
|
|
KMOD= mfs
|
|
SRCS= mfs_vfsops.c mfs_vnops.c opt_mfs.h
|
|
NOMAN=
|
|
VFS_KLD=
|
|
|
|
.include <bsd.kmod.mk>
|