6f940b3847
and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
10 lines
136 B
Makefile
10 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>
|