diff options
author | imp <imp@FreeBSD.org> | 2003-11-06 08:46:52 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-11-06 08:46:52 +0000 |
commit | 78758d8c442a0676d2b6e4d0e07be19d7a20cb81 (patch) | |
tree | 6c2d7170f4ff94767a1224393ff3fa26750bf8b1 | |
parent | f6878e1535fecc3b5d7a672612978bd6973a3a61 (diff) | |
download | FreeBSD-src-78758d8c442a0676d2b6e4d0e07be19d7a20cb81.zip FreeBSD-src-78758d8c442a0676d2b6e4d0e07be19d7a20cb81.tar.gz |
List the three modules that I have that aren't connected to the build.
-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 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 |