summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2008-10-05 14:15:22 +0000
committermarius <marius@FreeBSD.org>2008-10-05 14:15:22 +0000
commitd7c27ae10a4714c1e01f87e7f5c9fad172e4ac8e (patch)
treeeddc3f2f0bec2cd88e5b49e30e08f0c79fca189f /usr.sbin
parent7b4d5cb9c828e404d6ad7fd06c3c40991da6b759 (diff)
downloadFreeBSD-src-d7c27ae10a4714c1e01f87e7f5c9fad172e4ac8e.zip
FreeBSD-src-d7c27ae10a4714c1e01f87e7f5c9fad172e4ac8e.tar.gz
- Revert to the pre-r183242 behavior of building sade(8) on sparc64.
- Fix whitespace.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 6339017..c18e58d 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -210,7 +210,7 @@ _amd= amd
.endif
.if ${MK_AUDIT} != "no"
-_audit= audit
+_audit= audit
_auditd= auditd
_auditreduce= auditreduce
_praudit= praudit
@@ -381,7 +381,8 @@ _slstat= slstat
.endif
.if ${MK_SYSINSTALL} != "no"
-.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
+.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" || \
+ ${MACHINE_ARCH} == "sparc64"
_sade= sade
.endif
.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips"
@@ -434,7 +435,7 @@ _pnpinfo= pnpinfo
_sicontrol= sicontrol
_spkrtest= spkrtest
_zzz= zzz
-.if ${MACHINE} == "i386"
+.if ${MACHINE} == "i386"
.if ${MK_ACPI} != "no"
_acpi= acpi
.endif
OpenPOWER on IntegriCloud