From 6bd000838c22421d3e09febf158eca4c12234ad4 Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Fri, 24 Oct 2014 23:25:11 +0000 Subject: [PATCH] Fix the build by installing acpi_hpet.h correctly. Submitted by: jase MFC after: 1 week --- include/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Makefile b/include/Makefile index 6c7a6a301b35..fe62e5e26d49 100644 --- a/include/Makefile +++ b/include/Makefile @@ -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; \