1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

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)
This commit is contained in:
Philip Paeps 2004-04-23 06:29:08 +00:00
parent 87aefa499a
commit 2fb38b860c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128571
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
# $FreeBSD$
MAN= acpi_toshiba.4 \
MAN= acpi_asus.4 \
acpi_toshiba.4 \
aic.4 \
alpm.4 \
amdpm.4 \

View File

@ -1,5 +1,5 @@
# $FreeBSD$
SUBDIR= acpi acpi_toshiba acpi_video
SUBDIR= acpi acpi_asus acpi_toshiba acpi_video
.include <bsd.subdir.mk>