summaryrefslogtreecommitdiffstats
path: root/sys/modules/fdescfs
diff options
context:
space:
mode:
authorchris <chris@FreeBSD.org>2000-05-14 04:44:30 +0000
committerchris <chris@FreeBSD.org>2000-05-14 04:44:30 +0000
commit3da24443150cfa8b73418f3709c147d3745a9c6f (patch)
tree967538415e20d411f27a8344ff0134e3902a8941 /sys/modules/fdescfs
parent62b5c805cd955335ddddd8177981c5055cd31445 (diff)
downloadFreeBSD-src-3da24443150cfa8b73418f3709c147d3745a9c6f.zip
FreeBSD-src-3da24443150cfa8b73418f3709c147d3745a9c6f.tar.gz
Remove the -DFDESC cruft that is no longer necessary since the support
for it was removed from <sys/mount.h> long, long ago.
Diffstat (limited to 'sys/modules/fdescfs')
-rw-r--r--sys/modules/fdescfs/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/fdescfs/Makefile b/sys/modules/fdescfs/Makefile
index ff1975e..50c7436 100644
--- a/sys/modules/fdescfs/Makefile
+++ b/sys/modules/fdescfs/Makefile
@@ -5,6 +5,5 @@ KMOD= fdesc
SRCS= vnode_if.h \
fdesc_vfsops.c fdesc_vnops.c
NOMAN=
-CFLAGS+= -DFDESC
.include "${.CURDIR}/../../conf/kmod.mk"
OpenPOWER on IntegriCloud