1 # $FreeBSD$ 2 3 .PATH: ${.CURDIR}/../../ufs/mfs 4 KMOD= mfs 5 SRCS= mfs_vfsops.c mfs_vnops.c opt_mfs.h 6 NOMAN= 7 VFS_KLD= 8 CLEANFILES+= opt_mfs.h 9 10 opt_mfs.h: 11 touch ${.TARGET} 12 13 .include <bsd.kmod.mk>
Cache object: 6e7453a31b24668db869ae2619e875d3
[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]
This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.