Fix the build by installing acpi_hpet.h correctly.

Submitted by:	jase
MFC after:	1 week
This commit is contained in:
rpaulo 2014-10-24 23:25:11 +00:00
parent 33a17b5487
commit 4408ff403c

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; \