1998-11-11 03:06:46 +00:00
|
|
|
# $Id: Makefile,v 1.4 1998/10/16 04:30:47 peter Exp $
|
1994-09-21 23:27:16 +00:00
|
|
|
|
1998-10-16 04:30:52 +00:00
|
|
|
.PATH: ${.CURDIR}/../../ufs/mfs
|
|
|
|
KMOD= mfs
|
|
|
|
SRCS= mfs_vfsops.c mfs_vnops.c opt_mfs.h
|
1994-09-21 23:27:16 +00:00
|
|
|
NOMAN=
|
1998-10-16 04:30:52 +00:00
|
|
|
VFS_KLD=
|
1998-11-11 03:06:46 +00:00
|
|
|
CLEANFILES+= opt_mfs.h
|
1994-09-21 23:27:16 +00:00
|
|
|
|
1998-10-16 04:30:52 +00:00
|
|
|
opt_mfs.h:
|
1998-11-11 03:06:46 +00:00
|
|
|
touch ${.TARGET}
|
1998-10-16 04:30:52 +00:00
|
|
|
|
1994-09-21 23:27:16 +00:00
|
|
|
.include <bsd.kmod.mk>
|