c5f25b1912
Fixed style bugs (bitrotted FOOFS options and hard-coded ${.TARGET}).
14 lines
231 B
Makefile
14 lines
231 B
Makefile
# $Id: Makefile,v 1.4 1998/10/16 04:30:47 peter Exp $
|
|
|
|
.PATH: ${.CURDIR}/../../ufs/mfs
|
|
KMOD= mfs
|
|
SRCS= mfs_vfsops.c mfs_vnops.c opt_mfs.h
|
|
NOMAN=
|
|
VFS_KLD=
|
|
CLEANFILES+= opt_mfs.h
|
|
|
|
opt_mfs.h:
|
|
touch ${.TARGET}
|
|
|
|
.include <bsd.kmod.mk>
|