Move the mfs deletion process down the road a few steps

This commit is contained in:
Doug Barton 2001-05-30 06:14:28 +00:00
parent 4fa8ded9c5
commit 530963b295
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77468

View file

@ -1,10 +0,0 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../ufs/mfs
KMOD= mfs
SRCS= vnode_if.h \
mfs_vfsops.c mfs_vnops.c opt_mfs.h opt_ufs.h
NOMAN=
.include <bsd.kmod.mk>