diff options
author | marcel <marcel@FreeBSD.org> | 2006-03-30 18:39:24 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2006-03-30 18:39:24 +0000 |
commit | a2e65a6e4e5e8e88a76a6201f07b209b04359466 (patch) | |
tree | 3c00799e67b0cee917439ee9bb0e147098590562 /sys/modules/Makefile | |
parent | 11ffb007e1549b15e2bf78d86bac71a035dbfe40 (diff) | |
download | FreeBSD-src-a2e65a6e4e5e8e88a76a6201f07b209b04359466.zip FreeBSD-src-a2e65a6e4e5e8e88a76a6201f07b209b04359466.tar.gz |
o Add scc(4) to the build.
o Add the scc(4) manpage to the build.
o Update the uart(4) manpage to account for scc(4).
o Update the uart(4) module build to include support for scc(4).
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r-- | sys/modules/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 80a4ee1..02af02f8 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -210,6 +210,7 @@ SUBDIR= ${_3dfx} \ ${_safe} \ ${_sbni} \ sbsh \ + scc \ scd \ ${_scsi_low} \ sf \ |