diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index cd6ed8d6da62..98087e3a18c0 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -8,6 +8,7 @@ MAN= acpi_asus.4 \ apm.4 \ ar.4 \ arl.4 \ + cp.4 \ CPU_ELAN.4 \ cs.4 \ ct.4 \ diff --git a/sys/modules/Makefile b/sys/modules/Makefile index b16f3d7bc9ec..73153f706af5 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -45,6 +45,7 @@ SUBDIR= ${_3dfx} \ coda \ coda5 \ ${_coff} \ + ${_cp} \ ${_crypto} \ ${_cryptodev} \ ${_ctau} \ @@ -291,6 +292,7 @@ _ath_hal= ath_hal _awi= awi _bktr= bktr _coff= coff +_cp= cp _drm= drm _ed= ed _elink= elink