diff options
author | brueffer <brueffer@FreeBSD.org> | 2014-02-04 18:54:33 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2014-02-04 18:54:33 +0000 |
commit | 08c2a8f6f551f6b10fdeb0e8fa84d91e02b78830 (patch) | |
tree | 4e775251c856a4a7b6d1bab6365e42f0a601986d /share | |
parent | 5250b91b6882145cf662aaa5303d7e9c0262cdd9 (diff) | |
download | FreeBSD-src-08c2a8f6f551f6b10fdeb0e8fa84d91e02b78830.zip FreeBSD-src-08c2a8f6f551f6b10fdeb0e8fa84d91e02b78830.tar.gz |
Actually install acpi_rapidstart.4.
MFC after: 1 week
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index d068ffe..06229d5 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -13,6 +13,7 @@ MAN= aac.4 \ ${_acpi_hp.4} \ ${_acpi_ibm.4} \ ${_acpi_panasonic.4} \ + ${_acpi_rapidstart.4} \ ${_acpi_sony.4} \ acpi_thermal.4 \ ${_acpi_toshiba.4} \ @@ -740,6 +741,7 @@ _acpi_fujitsu.4=acpi_fujitsu.4 _acpi_hp.4= acpi_hp.4 _acpi_ibm.4= acpi_ibm.4 _acpi_panasonic.4=acpi_panasonic.4 +_acpi_rapidstart.4=acpi_rapidstart.4 _acpi_sony.4= acpi_sony.4 _acpi_toshiba.4=acpi_toshiba.4 _acpi_wmi.4= acpi_wmi.4 |