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:
parent
45e085afd6
commit
3a4ed3ce8a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user