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.
This commit is contained in:
Bruce Evans 1999-09-04 12:01:32 +00:00
parent 622163afbe
commit a5f3f7510a
1 changed files with 1 additions and 5 deletions

View File

@ -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>