diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index d83f4d03d9d..4dad9b11ec2 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -297,6 +297,7 @@ MAN= aac.4 \ mem.4 \ meteor.4 \ mfi.4 \ + ${_mgb.4} \ miibus.4 \ mld.4 \ mlx.4 \ @@ -816,6 +817,7 @@ _igc.4= igc.4 _imcsmb.4= imcsmb.4 _io.4= io.4 _itwd.4= itwd.4 +_mgb.4= mgb.4 _nda.4= nda.4 _nfe.4= nfe.4 _nfsmb.4= nfsmb.4 diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 2c0c9b48941..00f5bb28187 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -232,6 +232,7 @@ SUBDIR= \ ${_mana} \ md \ mdio \ + ${_mgb} \ mem \ mfi \ mii \ @@ -652,6 +653,7 @@ _ixv= ixv _lio= lio .endif _mana= mana +_mgb= mgb _nctgpio= nctgpio _ntb= ntb _ocs_fc= ocs_fc