summaryrefslogtreecommitdiffstats
path: root/sys/modules/cd9660
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-12-12 20:34:11 +0000
committerpeter <peter@FreeBSD.org>1999-12-12 20:34:11 +0000
commitb990cdd990ed5b4d2fa2f55ec77656cd28f9cce5 (patch)
treed081823b8deebe3fcba78aa3e6e5ef8412916816 /sys/modules/cd9660
parent0dd43eafe6a8530d4d4f1991da1cdd345e7eb62b (diff)
downloadFreeBSD-src-b990cdd990ed5b4d2fa2f55ec77656cd28f9cce5.zip
FreeBSD-src-b990cdd990ed5b4d2fa2f55ec77656cd28f9cce5.tar.gz
Remove a whole bunch of "CFLAGS+= -DFSNAME" cruft. It hasn't been
needed for ages, but keeps getting cut/pasted into new Makefiles. (Once apon a time it was used to activate mount arguments in <sys/mount.h>, but that was killed with extreme prejudice long ago)
Diffstat (limited to 'sys/modules/cd9660')
-rw-r--r--sys/modules/cd9660/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/cd9660/Makefile b/sys/modules/cd9660/Makefile
index fd32c1c..8443e31 100644
--- a/sys/modules/cd9660/Makefile
+++ b/sys/modules/cd9660/Makefile
@@ -6,6 +6,5 @@ SRCS= vnode_if.h \
cd9660_bmap.c cd9660_lookup.c cd9660_node.c cd9660_rrip.c \
cd9660_util.c cd9660_vfsops.c cd9660_vnops.c
NOMAN=
-CFLAGS+= -DCD9660
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud