summaryrefslogtreecommitdiffstats
path: root/sys/modules/kernfs/Makefile
blob: 1b29c52442494ca62eabaa945c45e8ae415c3062 (plain)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

.PATH:	${.CURDIR}/../../miscfs/kernfs
KMOD=	kernfs
SRCS=	kernfs_vfsops.c kernfs_vnops.c
NOMAN=
VFS_KLD=
CFLAGS+= -DKERNFS

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud