summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-09-26 18:28:54 +0000
committermarcel <marcel@FreeBSD.org>2008-09-26 18:28:54 +0000
commit6ff4a6561472ae85767b38d5bd22f91d9528730d (patch)
tree4e76bcc4b4e39c69ac8f390350d951e91bdbfbd7 /usr.sbin
parent2e07c6d9162dc6ee750caa091028120b60a94957 (diff)
downloadFreeBSD-src-6ff4a6561472ae85767b38d5bd22f91d9528730d.zip
FreeBSD-src-6ff4a6561472ae85767b38d5bd22f91d9528730d.tar.gz
The previous commit re-introduced sade on platforms
where it doesn't work. Re-limit sade to amd64 and i386.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index ffce4ba..45cf994 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -381,7 +381,9 @@ _slstats = slstats
.endif
.if ${MK_SYSINSTALL} != "no"
+.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
_sade= sade
+.endif
.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips"
_sysinstall= sysinstall
.endif
OpenPOWER on IntegriCloud