diff options
author | philip <philip@FreeBSD.org> | 2004-04-23 06:29:08 +0000 |
---|---|---|
committer | philip <philip@FreeBSD.org> | 2004-04-23 06:29:08 +0000 |
commit | 3fd35f61f6376673a2b9d2226b68fb2078bb9d46 (patch) | |
tree | ef9a975636b5a971ec49161ed85e555c8e4343fa | |
parent | 72331bccaff373675b95257bc4cf99fd67e27efd (diff) | |
download | FreeBSD-src-3fd35f61f6376673a2b9d2226b68fb2078bb9d46.zip FreeBSD-src-3fd35f61f6376673a2b9d2226b68fb2078bb9d46.tar.gz |
Hook up acpi_asus and its manual page in two more places I managed to overlook
last night. Sorry about that :-o
Spotted by: njl (mentor, spotter of forgetfulness)
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 3 | ||||
-rw-r--r-- | sys/modules/acpi/Makefile | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index 240eba4..1cd5d77 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ -MAN= acpi_toshiba.4 \ +MAN= acpi_asus.4 \ + acpi_toshiba.4 \ aic.4 \ alpm.4 \ amdpm.4 \ diff --git a/sys/modules/acpi/Makefile b/sys/modules/acpi/Makefile index ff89817..8082360 100644 --- a/sys/modules/acpi/Makefile +++ b/sys/modules/acpi/Makefile @@ -1,5 +1,5 @@ # $FreeBSD$ -SUBDIR= acpi acpi_toshiba acpi_video +SUBDIR= acpi acpi_asus acpi_toshiba acpi_video .include <bsd.subdir.mk> |