freebsd-dev/sys/modules/fdesc/Makefile
Chris Costello 59a7de882e Remove the -DFDESC cruft that is no longer necessary since the support
for it was removed from <sys/mount.h> long, long ago.
2000-05-14 04:44:30 +00:00

10 lines
160 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../miscfs/fdesc
KMOD= fdesc
SRCS= vnode_if.h \
fdesc_vfsops.c fdesc_vnops.c
NOMAN=
.include "${.CURDIR}/../../conf/kmod.mk"