From 78758d8c442a0676d2b6e4d0e07be19d7a20cb81 Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 6 Nov 2003 08:46:52 +0000 Subject: List the three modules that I have that aren't connected to the build. --- sys/modules/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index c1690a6..fff0ff6 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -324,6 +324,10 @@ SUBDIR+=ufs SUBDIR=${MODULES_OVERRIDE} .endif +# pcic -- currently broken and being worked on out of tree. +# oldcard -- specialized use for debugging only. +# owi -- totally unsupported for debugging only. + # Calling kldxref(8) for each module is expensive. .if !defined(NO_XREF) .MAKEFLAGS+= -DNO_XREF -- cgit v1.1