summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-07-19 18:21:52 +0000
committermarcel <marcel@FreeBSD.org>2008-07-19 18:21:52 +0000
commit89c53cc1fe2804e3cfa4de581be9b7a83dfe0e83 (patch)
tree8d567834805b8bc40557572b93c417af852a3b06 /usr.sbin
parent2df3fcd0c620fabe5836f49d8c04f9822a535ae6 (diff)
downloadFreeBSD-src-89c53cc1fe2804e3cfa4de581be9b7a83dfe0e83.zip
FreeBSD-src-89c53cc1fe2804e3cfa4de581be9b7a83dfe0e83.tar.gz
Remove sade(8) on the following platforms:
o arm, mips & powerpc: libdisk is non-functional. o ia64: libdisk is insufficient.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 61f99c6..a3190da 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -154,7 +154,7 @@ SUBDIR= ac \
${_rtsold} \
rwhod \
sa \
- sade \
+ ${_sade} \
${_sendmail} \
setfib \
setfmac \
@@ -309,6 +309,7 @@ _mount_smbfs= mount_smbfs
_mptable= mptable
_ndiscvt= ndiscvt
_pnpinfo= pnpinfo
+_sade= sade
_sicontrol= sicontrol
_spkrtest= spkrtest
_zzz= zzz
@@ -341,6 +342,7 @@ _mount_nwfs= mount_nwfs
_mount_smbfs= mount_smbfs
_mptable= mptable
_ndiscvt= ndiscvt
+_sade= sade
_sicontrol= sicontrol
_spkrtest= spkrtest
_zzz= zzz
@@ -364,6 +366,7 @@ _ofwdump= ofwdump
.if ${MACHINE_ARCH} == "sparc64"
_eeprom= eeprom
_ofwdump= ofwdump
+_sade= sade
.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud