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)
This commit is contained in:
Peter Wemm 1999-12-12 20:34:11 +00:00
parent 40921d4855
commit b41da0980c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54508
15 changed files with 3 additions and 24 deletions

View File

@ -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>

View File

@ -4,12 +4,7 @@
KMOD= hpfs
SRCS= vnode_if.h \
hpfs_vfsops.c hpfs_vnops.c hpfs_hash.c hpfs_subr.c hpfs_lookup.c \
hpfs_alsubr.c opt_vmpage.h
hpfs_alsubr.c
NOMAN=
CFLAGS+= -DHPFS
CLEANFILES= opt_vmpage.h
opt_vmpage.h:
touch ${.TARGET}
.include <bsd.kmod.mk>

View File

@ -5,6 +5,5 @@ KMOD= kernfs
SRCS= vnode_if.h \
kernfs_vfsops.c kernfs_vnops.c
NOMAN=
CFLAGS+= -DKERNFS
.include <bsd.kmod.mk>

View File

@ -6,6 +6,5 @@ SRCS= vnode_if.h \
msdosfs_conv.c msdosfs_denode.c msdosfs_fat.c msdosfs_lookup.c \
msdosfs_vfsops.c msdosfs_vnops.c
NOMAN=
CFLAGS+= -DMSDOSFS
.include <bsd.kmod.mk>

View File

@ -6,6 +6,5 @@ SRCS= vnode_if.h \
msdosfs_conv.c msdosfs_denode.c msdosfs_fat.c msdosfs_lookup.c \
msdosfs_vfsops.c msdosfs_vnops.c
NOMAN=
CFLAGS+= -DMSDOSFS
.include <bsd.kmod.mk>

View File

@ -8,7 +8,6 @@ SRCS= vnode_if.h \
nfs_vnops.c opt_inet.h opt_nfs.h opt_vmpage.h opt_bootp.h
NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel
NOMAN=
CFLAGS+= -DNFS
opt_inet.h:
touch ${.TARGET}

View File

@ -8,7 +8,6 @@ SRCS= vnode_if.h \
nfs_vnops.c opt_inet.h opt_nfs.h opt_vmpage.h opt_bootp.h
NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel
NOMAN=
CFLAGS+= -DNFS
opt_inet.h:
touch ${.TARGET}

View File

@ -8,7 +8,6 @@ SRCS= vnode_if.h \
nfs_vnops.c opt_inet.h opt_nfs.h opt_vmpage.h opt_bootp.h
NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel
NOMAN=
CFLAGS+= -DNFS
opt_inet.h:
touch ${.TARGET}

View File

@ -4,8 +4,7 @@
KMOD= ntfs
SRCS= vnode_if.h \
ntfs_vfsops.c ntfs_vnops.c ntfs_subr.c ntfs_ihash.c \
ntfs_compr.c opt_vmpage.h
ntfs_compr.c
NOMAN=
CFLAGS+= -DNTFS
.include <bsd.kmod.mk>

View File

@ -11,8 +11,6 @@ SRCS= vnode_if.h \
NOMAN=true
CFLAGS+= -DNWFS
.if defined(VNPRINT)
CFLAGS+= -DVNPRINT
.endif

View File

@ -5,6 +5,5 @@ KMOD= portal
SRCS= vnode_if.h \
portal_vfsops.c portal_vnops.c
NOMAN=
CFLAGS+= -DPORTAL
.include <bsd.kmod.mk>

View File

@ -5,6 +5,5 @@ KMOD= portal
SRCS= vnode_if.h \
portal_vfsops.c portal_vnops.c
NOMAN=
CFLAGS+= -DPORTAL
.include <bsd.kmod.mk>

View File

@ -2,12 +2,10 @@
.PATH: ${.CURDIR}/../../miscfs/procfs
KMOD= procfs
SRCS= vnode_if.h opt_vmpage.h \
SRCS= vnode_if.h \
procfs_ctl.c procfs_map.c procfs_note.c procfs_rlimit.c \
procfs_status.c procfs_subr.c procfs_type.c procfs_vfsops.c \
procfs_vnops.c
NOMAN=
CFLAGS+= -DPROCFS
CLEANFILES+= opt_vmpage.h
.include <bsd.kmod.mk>

View File

@ -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>

View File

@ -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>