From 60bc6ceecb65e600a49d7751c905d60ad41a380b Mon Sep 17 00:00:00 2001 From: jmg Date: Tue, 31 Oct 2006 21:05:35 +0000 Subject: remove gdbserver on ARCH i386 as we now install it again.. Submitted by: Pawel Worach --- ObsoleteFiles.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index a6b7698..8add378 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -628,7 +628,9 @@ OLD_FILES+=usr/lib/libpam_ssh.a OLD_FILES+=usr/lib/libpam_ssh_p.a OLD_FILES+=usr/bin/help OLD_FILES+=usr/bin/sccs +.if ${TARGET_ARCH} != "i386" OLD_FILES+=usr/bin/gdbserver +.endif OLD_FILES+=usr/bin/ssh-keysign OLD_FILES+=usr/sbin/gifconfig OLD_FILES+=usr/sbin/prefix -- cgit v1.1