Fix the build by installing acpi_hpet.h correctly.

Submitted by:	jase
MFC after:	1 week
This commit is contained in:
Rui Paulo 2014-10-24 23:25:11 +00:00
parent e7254647bf
commit 6bd000838c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273613

View File

@ -158,7 +158,7 @@ copies:
.endfor
cd ${.CURDIR}/../sys/dev/acpica; \
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 acpiio.h \
${DESTDIR}${INCLUDEDIR}/dev/acpica
${DESTDIR}${INCLUDEDIR}/dev/acpica; \
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 acpi_hpet.h \
${DESTDIR}${INCLUDEDIR}/dev/acpica
cd ${.CURDIR}/../sys/dev/agp; \