The new sade(8) is installed and works on all architectures, courtesy of

gpart having better portability than libdisk. Don't mark sade(8) as obsolete
on non-x86 systems.
This commit is contained in:
Nathan Whitehorn 2013-01-12 16:23:16 +00:00
parent 2029d071db
commit 8659336f4d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245336

View File

@ -1201,12 +1201,6 @@ OLD_FILES+=usr/include/sys/linedisc.h
OLD_FILES+=usr/share/man/man3/posix_openpt.3.gz
# 20080725: sgtty.h removed
OLD_FILES+=usr/include/sgtty.h
# 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
.if ${TARGET_ARCH} == "powerpc"
OLD_FILES+=sbin/bsdlabel