11 lines
143 B
Makefile
11 lines
143 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../miscfs/fdesc
|
|
|
|
KMOD= fdesc
|
|
SRCS= vnode_if.h \
|
|
fdesc_vfsops.c fdesc_vnops.c
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|