summaryrefslogtreecommitdiffstats
path: root/sys/modules/umapfs
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-08-30 03:26:45 +0000
committerbde <bde@FreeBSD.org>1999-08-30 03:26:45 +0000
commit88ae865d147e6ccd44e1936100bd2b79dec91aa4 (patch)
tree2ba24729e5898a3d6c98880887b8d1901ff92e75 /sys/modules/umapfs
parent3e8e2eed47d9851854f20f21c338340dd059810d (diff)
downloadFreeBSD-src-88ae865d147e6ccd44e1936100bd2b79dec91aa4.zip
FreeBSD-src-88ae865d147e6ccd44e1936100bd2b79dec91aa4.tar.gz
"Fixed" my recent world breakage (umap_subr.c now includes opt_ddb.h).
Fixed some style bugs, especially the bogus definition of UMAPFS.
Diffstat (limited to 'sys/modules/umapfs')
-rw-r--r--sys/modules/umapfs/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/modules/umapfs/Makefile b/sys/modules/umapfs/Makefile
index 28acc62..c12ff62 100644
--- a/sys/modules/umapfs/Makefile
+++ b/sys/modules/umapfs/Makefile
@@ -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>
OpenPOWER on IntegriCloud