Fix the build by installing acpi_hpet.h correctly.
Submitted by: jase MFC after: 1 week
This commit is contained in:
parent
33a17b5487
commit
4408ff403c
@ -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; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user