summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-11-06 08:46:52 +0000
committerWarner Losh <imp@FreeBSD.org>2003-11-06 08:46:52 +0000
commiteb57864fadf1ad389fd84cf9a95afe0566595997 (patch)
tree6c2d7170f4ff94767a1224393ff3fa26750bf8b1 /sys/modules
parentc5225b4d3265344e6fbfa3e9bb9d08723b7fdb01 (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index c1690a6faf73..fff0ff617730 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