diff options
| author | Rui Paulo <rpaulo@FreeBSD.org> | 2014-10-24 18:39:15 +0000 |
|---|---|---|
| committer | Rui Paulo <rpaulo@FreeBSD.org> | 2014-10-24 18:39:15 +0000 |
| commit | 3149cc9df6bd219b121a504e0e01c5f76532d2f4 (patch) | |
| tree | fcc3174a70ed3fea6b338938227627ce445dea2a /include | |
| parent | ca807c8a881be09687e58d9ff27fdc4d7b4df150 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index f046bc16fc41f..6c7a6a301b35e 100644 --- a/include/Makefile +++ b/include/Makefile @@ -159,6 +159,8 @@ copies: cd ${.CURDIR}/../sys/dev/acpica; \ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 acpiio.h \ ${DESTDIR}${INCLUDEDIR}/dev/acpica + ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 acpi_hpet.h \ + ${DESTDIR}${INCLUDEDIR}/dev/acpica cd ${.CURDIR}/../sys/dev/agp; \ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 agpreg.h \ ${DESTDIR}${INCLUDEDIR}/dev/agp @@ -243,7 +245,7 @@ symlinks: done .endfor cd ${.CURDIR}/../sys/dev/acpica; \ - for h in acpiio.h; do \ + for h in acpiio.h acpi_hpet.h; do \ ln -fs ../../../../sys/dev/acpica/$$h \ ${DESTDIR}${INCLUDEDIR}/dev/acpica; \ done |
