1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00
freebsd/sys/modules/fdesc/Makefile
1999-08-28 01:08:13 +00:00

11 lines
154 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../miscfs/fdesc
KMOD= fdesc
SRCS= fdesc_vfsops.c fdesc_vnops.c
NOMAN=
VFS_KLD=
CFLAGS+= -DFDESC
.include <bsd.kmod.mk>