diff options
| -rw-r--r-- | sys/modules/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index c1690a6faf73f..fff0ff617730d 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 |
