summaryrefslogtreecommitdiffstats
path: root/sys/modules/hpfs
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/hpfs
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/hpfs')
-rw-r--r--sys/modules/hpfs/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/modules/hpfs/Makefile b/sys/modules/hpfs/Makefile
index 05d71b4..9e10cd2 100644
--- a/sys/modules/hpfs/Makefile
+++ b/sys/modules/hpfs/Makefile
@@ -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>
OpenPOWER on IntegriCloud