freebsd-dev/sys/modules/mfs/Makefile
Bruce Evans 6f940b3847 Removed special rules for building and cleaning device interface files
and empty options files.  The rules are now generated automatically in
bsd.kmod.mk.  Cleaned up related things ($S and ${CLEANFILES}).
1999-11-28 18:53:47 +00:00

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>