summaryrefslogtreecommitdiffstats
path: root/sys/modules/umapfs
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-09-04 12:01:32 +0000
committerbde <bde@FreeBSD.org>1999-09-04 12:01:32 +0000
commit309a6171c650eb7e6b7161f8b4a38c5765cfd173 (patch)
treee1c068c4105525e62bc4f9d9c42b2ca1a88759bd /sys/modules/umapfs
parent2202da1ce8d513d1d7b31003522f156b4d639ee9 (diff)
downloadFreeBSD-src-309a6171c650eb7e6b7161f8b4a38c5765cfd173.zip
FreeBSD-src-309a6171c650eb7e6b7161f8b4a38c5765cfd173.tar.gz
Backed out the quick fix in the previous commit. Depending on opt_ddb.h
was a mistake. umapfs no longer depends on any options headers.
Diffstat (limited to 'sys/modules/umapfs')
-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 c12ff62..bf2af87 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>
OpenPOWER on IntegriCloud