diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2014-12-02 19:02:39 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2014-12-02 19:02:39 +0000 |
commit | 488ced8671a819bc0e45a2c5fdbb510b6232db9c (patch) | |
tree | 06cf0a8b68569d9324c344f66400734e552977b1 /etc/devd/Makefile | |
parent | c415effcef12a7cc6e8ef0b1702501614e20297e (diff) | |
download | src-488ced8671a819bc0e45a2c5fdbb510b6232db9c.tar.gz src-488ced8671a819bc0e45a2c5fdbb510b6232db9c.zip |
Notes
Diffstat (limited to 'etc/devd/Makefile')
-rw-r--r-- | etc/devd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/devd/Makefile b/etc/devd/Makefile index 27dfb92f1711..a0909af08918 100644 --- a/etc/devd/Makefile +++ b/etc/devd/Makefile @@ -2,12 +2,16 @@ .include <src.opts.mk> +FILES= + .if ${MACHINE} == "powerpc" FILES+= apple.conf .endif .if ${MACHINE} == "amd64" || ${MACHINE} == "i386" +.if ${MK_ACPI} != "no" FILES+= asus.conf +.endif .if ${MK_HYPERV} != "no" FILES+= hyperv.conf .endif |