a654d07295
converted yet. These are more of a starting point. This is NOT connected to the parent Makefile. OK'ed by jkh (who is ever so patiently waiting)
14 lines
228 B
Makefile
14 lines
228 B
Makefile
# $Id: Makefile,v 1.3 1997/02/22 12:48:36 peter Exp $
|
|
|
|
.PATH: ${.CURDIR}/../../ufs/mfs
|
|
KMOD= mfs
|
|
SRCS= mfs_vfsops.c mfs_vnops.c opt_mfs.h
|
|
NOMAN=
|
|
VFS_KLD=
|
|
CFLAGS+= -DFFS -DMFS
|
|
|
|
opt_mfs.h:
|
|
touch opt_mfs.h
|
|
|
|
.include <bsd.kmod.mk>
|