From a3375ef52bc989924a1d6886a64a2f34c3c6f746 Mon Sep 17 00:00:00 2001 From: Hans Petter Selasky Date: Fri, 7 Feb 2014 15:00:08 +0000 Subject: [PATCH] The atp USB driver is generic and its manual page should be available for all platforms. Add wsp manual page to build. MFC after: 1 week --- share/man/man4/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index c0d8fab1343f..6eb9a2090cc0 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -60,7 +60,7 @@ MAN= aac.4 \ ath_pci.4 \ atkbd.4 \ atkbdc.4 \ - ${_atp.4} \ + atp.4 \ ${_atf_test_case.4} \ ${_atrtc.4} \ ${_attimer.4} \ @@ -568,6 +568,7 @@ MAN= aac.4 \ wlan_wep.4 \ wlan_xauth.4 \ ${_wpi.4} \ + wsp.4 \ xe.4 \ ${_xen.4} \ xhci.4 \ @@ -757,7 +758,6 @@ _amdsbwd.4= amdsbwd.4 _amdsmb.4= amdsmb.4 _amdtemp.4= amdtemp.4 _asmc.4= asmc.4 -_atp.4= atp.4 _bxe.4= bxe.4 _coretemp.4= coretemp.4 _cpuctl.4= cpuctl.4 @@ -830,9 +830,6 @@ MLINKS+=qlxgbe.4 if_qlxgbe.4 MLINKS+=sfxge.4 if_sfxge.4 .endif -.if ${MACHINE_CPUARCH} == "powerpc" -_atp.4= atp.4 -.endif .if ${MACHINE_CPUARCH} == "mips" _nvram2env.4= nvram2env.4 .endif