aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/modules/umapfs/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/modules/umapfs/Makefile b/sys/modules/umapfs/Makefile
index c12ff6207654a..bf2af87919875 100644
--- a/sys/modules/umapfs/Makefile
+++ b/sys/modules/umapfs/Makefile
@@ -2,12 +2,8 @@
.PATH: ${.CURDIR}/../../miscfs/umapfs
KMOD= umap
-SRCS= opt_ddb.h umap_subr.c umap_vfsops.c umap_vnops.c
+SRCS= umap_subr.c umap_vfsops.c umap_vnops.c
NOMAN=
VFS_KLD=
-CLEANFILES= opt_ddb.h
-
-opt_ddb.h:
- touch ${.TARGET}
.include <bsd.kmod.mk>