summaryrefslogtreecommitdiffstats
path: root/sys/modules/nullfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/nullfs/Makefile')
-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