diff options
author | chris <chris@FreeBSD.org> | 2000-05-14 04:44:30 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 2000-05-14 04:44:30 +0000 |
commit | 3da24443150cfa8b73418f3709c147d3745a9c6f (patch) | |
tree | 967538415e20d411f27a8344ff0134e3902a8941 /sys/modules/fdescfs | |
parent | 62b5c805cd955335ddddd8177981c5055cd31445 (diff) | |
download | FreeBSD-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/Makefile | 1 |
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" |