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

.PATH:	${.CURDIR}/../../miscfs/fdesc
KMOD=	fdesc
SRCS=	fdesc_vfsops.c fdesc_vnops.c
NOMAN=
VFS_KLD=
CFLAGS+= -DFDESC

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