--- Makefile.modules.orig Mon Jan 24 15:52:09 2005 +++ Makefile.modules Tue Jan 18 18:19:22 2005 @@ -29,6 +29,8 @@ PLIST_SUB+= PREFORK="@comment " WORKER="@comment " THREADPOOL="@comment " . elif ${WITH_MPM:L} == "threadpool" PLIST_SUB+= PREFORK="@comment " WORKER="@comment " THREADPOOL="" +. elif ${WITH_MPM:L} == "metuxmpm" +PLIST_SUB+= PREFORK="@comment " WORKER="@comment " THREADPOOL="@comment " . else IGNORE= "Unknown MPM: ${WITH_MPM}" . endif