diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-09-16 21:25:42 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-09-16 21:25:42 +0000 |
| commit | 0346a1de85ddfbebedee8b37eda43eb01ca9529e (patch) | |
| tree | 2d0a9f65d772881c7be97a1e10292a138f3b41c5 /usr.sbin | |
| parent | 7753acd255b255c46ab7dedc3a8a4a8775627c50 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 18c7f63ac606..346cb7f887b2 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -211,6 +211,10 @@ SUBDIR+=i4b .endif +.if ${MACHINE_ARCH} == "ia64" +SUBDIR+=acpi +.endif + # kgmon: builds, but no kernel profiling # kgzip: builds, but missing support files # mptable: broken (not 64 bit clean) |
