aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/fdescfs
diff options
context:
space:
mode:
authorChris Costello <chris@FreeBSD.org>2000-05-14 04:44:30 +0000
committerChris Costello <chris@FreeBSD.org>2000-05-14 04:44:30 +0000
commit59a7de882e67b7402123ef1732a44867d77ccd9a (patch)
tree609f0225a139f211dcffe466b1fc138f5dbd10e4 /sys/modules/fdescfs
parentd25d4bbea97ba70310e8fd8007cb6e8b448b76a3 (diff)
downloadsrc-59a7de882e67b7402123ef1732a44867d77ccd9a.tar.gz
src-59a7de882e67b7402123ef1732a44867d77ccd9a.zip
Remove the -DFDESC cruft that is no longer necessary since the support
for it was removed from <sys/mount.h> long, long ago.
Notes
Notes: svn path=/head/; revision=60538
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 ff1975efa501..50c7436e6bf3 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"