freebsd-dev/sys/modules/fdescfs/Makefile

10 lines
136 B
Makefile
Raw Normal View History

1999-08-28 01:08:13 +00:00
# $FreeBSD$
.PATH: ${.CURDIR}/../../fs/fdescfs
KMOD= fdescfs
SRCS= vnode_if.h \
fdesc_vfsops.c fdesc_vnops.c
.include <bsd.kmod.mk>