diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-11-06 08:46:52 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-11-06 08:46:52 +0000 |
| commit | eb57864fadf1ad389fd84cf9a95afe0566595997 (patch) | |
| tree | 6c2d7170f4ff94767a1224393ff3fa26750bf8b1 /sys/modules | |
| parent | c5225b4d3265344e6fbfa3e9bb9d08723b7fdb01 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -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 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 |
