Remove sade(8) on the following platforms:

o  arm, mips & powerpc: libdisk is non-functional.
o  ia64: libdisk is insufficient.
This commit is contained in:
Marcel Moolenaar 2008-07-19 18:21:52 +00:00
parent 1a4b919f8e
commit 42f17e8ce4
2 changed files with 10 additions and 1 deletions

View File

@ -14,6 +14,12 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last. # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
# #
# 20080719: sade(8) removed on all but amd64, i386 and sparc64
.if ${TARGET_ARCH} != "amd64" && ${TARGET_ARCH} != "i386" && \
${TARGET_ARCH} != "sparc64"
OLD_FILES+=usr/sbin/sade
OLD_FILES+=usr/share/man/man8/sade.8.gz
.endif
# 20080706: bsdlabel(8) removed on powerpc # 20080706: bsdlabel(8) removed on powerpc
.if ${TARGET_ARCH} == "powerpc" .if ${TARGET_ARCH} == "powerpc"
OLD_FILES+=sbin/bsdlabel OLD_FILES+=sbin/bsdlabel

View File

@ -154,7 +154,7 @@ SUBDIR= ac \
${_rtsold} \ ${_rtsold} \
rwhod \ rwhod \
sa \ sa \
sade \ ${_sade} \
${_sendmail} \ ${_sendmail} \
setfib \ setfib \
setfmac \ setfmac \
@ -309,6 +309,7 @@ _mount_smbfs= mount_smbfs
_mptable= mptable _mptable= mptable
_ndiscvt= ndiscvt _ndiscvt= ndiscvt
_pnpinfo= pnpinfo _pnpinfo= pnpinfo
_sade= sade
_sicontrol= sicontrol _sicontrol= sicontrol
_spkrtest= spkrtest _spkrtest= spkrtest
_zzz= zzz _zzz= zzz
@ -341,6 +342,7 @@ _mount_nwfs= mount_nwfs
_mount_smbfs= mount_smbfs _mount_smbfs= mount_smbfs
_mptable= mptable _mptable= mptable
_ndiscvt= ndiscvt _ndiscvt= ndiscvt
_sade= sade
_sicontrol= sicontrol _sicontrol= sicontrol
_spkrtest= spkrtest _spkrtest= spkrtest
_zzz= zzz _zzz= zzz
@ -364,6 +366,7 @@ _ofwdump= ofwdump
.if ${MACHINE_ARCH} == "sparc64" .if ${MACHINE_ARCH} == "sparc64"
_eeprom= eeprom _eeprom= eeprom
_ofwdump= ofwdump _ofwdump= ofwdump
_sade= sade
.endif .endif
.include <bsd.subdir.mk> .include <bsd.subdir.mk>