summaryrefslogtreecommitdiffstats
path: root/sys/modules/mfs/Makefile
blob: 6fde55f65ac3079c256a8b27ac763408ef5d30f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$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>
OpenPOWER on IntegriCloud