From 88ae865d147e6ccd44e1936100bd2b79dec91aa4 Mon Sep 17 00:00:00 2001 From: bde Date: Mon, 30 Aug 1999 03:26:45 +0000 Subject: [PATCH] "Fixed" my recent world breakage (umap_subr.c now includes opt_ddb.h). Fixed some style bugs, especially the bogus definition of UMAPFS. --- sys/modules/umapfs/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/sys/modules/umapfs/Makefile b/sys/modules/umapfs/Makefile index 28acc62ee646..c12ff6207654 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