diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-12-12 20:34:11 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-12-12 20:34:11 +0000 |
commit | b41da0980c6ab2a13689e1410e38aaacbe2e6e6d (patch) | |
tree | 23ee8cb90e5f7ce5768cd3f53c1820385895751c /sys/modules/unionfs | |
parent | 40921d4855ca73fe912232b82112971fcbfa03fe (diff) |
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)
Notes
Notes:
svn path=/head/; revision=54508
Diffstat (limited to 'sys/modules/unionfs')
-rw-r--r-- | sys/modules/unionfs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/unionfs/Makefile b/sys/modules/unionfs/Makefile index b6b3fb466ad0..6825a6376d91 100644 --- a/sys/modules/unionfs/Makefile +++ b/sys/modules/unionfs/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> |