diff options
author | peter <peter@FreeBSD.org> | 1999-12-12 20:34:11 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-12-12 20:34:11 +0000 |
commit | b990cdd990ed5b4d2fa2f55ec77656cd28f9cce5 (patch) | |
tree | d081823b8deebe3fcba78aa3e6e5ef8412916816 /sys/modules/union | |
parent | 0dd43eafe6a8530d4d4f1991da1cdd345e7eb62b (diff) | |
download | FreeBSD-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/union')
-rw-r--r-- | sys/modules/union/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/union/Makefile b/sys/modules/union/Makefile index b6b3fb4..6825a63 100644 --- a/sys/modules/union/Makefile +++ b/sys/modules/union/Makefile @@ -5,6 +5,5 @@ KMOD= union SRCS= vnode_if.h \ union_subr.c union_vfsops.c union_vnops.c NOMAN= -CFLAGS+= -DUNION .include <bsd.kmod.mk> |