summaryrefslogtreecommitdiffstats
path: root/sys/modules/nullfs
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-09-04 12:40:07 +0000
committerbde <bde@FreeBSD.org>1999-09-04 12:40:07 +0000
commit343f81d0293d3a00f580e2baebb42a80b8f91887 (patch)
tree438c4668a19d7049cb3aa495978b207f8d2942f2 /sys/modules/nullfs
parent890a9302c422818b037cb8d848f5e590f2a6298a (diff)
downloadFreeBSD-src-343f81d0293d3a00f580e2baebb42a80b8f91887.zip
FreeBSD-src-343f81d0293d3a00f580e2baebb42a80b8f91887.tar.gz
Don't generate opt_debug_nullfs.h. It is no longer necessary.
Removed bogus definition of NULLFS
Diffstat (limited to 'sys/modules/nullfs')
-rw-r--r--sys/modules/nullfs/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/modules/nullfs/Makefile b/sys/modules/nullfs/Makefile
index 3fd3568..ec9c8c4 100644
--- a/sys/modules/nullfs/Makefile
+++ b/sys/modules/nullfs/Makefile
@@ -2,13 +2,8 @@
.PATH: ${.CURDIR}/../../miscfs/nullfs
KMOD= null
-SRCS= null_subr.c null_vfsops.c null_vnops.c opt_debug_nullfs.h
+SRCS= null_subr.c null_vfsops.c null_vnops.c
NOMAN=
VFS_KLD=
-CFLAGS+= -DNULLFS
-CLEANFILES= opt_debug_nullfs.h
-
-opt_debug_nullfs.h:
- touch ${.TARGET}
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud