"Fixed" my recent world breakage (umap_subr.c now includes opt_ddb.h).

Fixed some style bugs, especially the bogus definition of UMAPFS.
This commit is contained in:
bde 1999-08-30 03:26:45 +00:00
parent 3e8e2eed47
commit 88ae865d14

View File

@ -2,9 +2,12 @@
.PATH: ${.CURDIR}/../../miscfs/umapfs
KMOD= umap
SRCS= umap_subr.c umap_vfsops.c umap_vnops.c
SRCS= opt_ddb.h umap_subr.c umap_vfsops.c umap_vnops.c
NOMAN=
VFS_KLD= yes
CFLAGS+= -DUMAPFS
VFS_KLD=
CLEANFILES= opt_ddb.h
opt_ddb.h:
touch ${.TARGET}
.include <bsd.kmod.mk>