From a5f3f7510a1dc489b4b4713404d575c74ae2ac1b Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 4 Sep 1999 12:01:32 +0000 Subject: [PATCH] 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. --- sys/modules/umapfs/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys/modules/umapfs/Makefile b/sys/modules/umapfs/Makefile index c12ff620765..bf2af879198 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