summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-03-11 03:56:20 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-03-11 03:56:20 +0000
commit909460e7dd21c25850ef576222a5e9739464cb4a (patch)
tree3722f273f399e886ec39b32c07442620fb9ec190
parentReenable use of the -M option and add a -d option to put @dirrm commands (diff)
Zap support for 2.2 and 3.x
Notes
Notes: svn path=/head/; revision=55842
-rwxr-xr-xTools/portbuild/scripts/makeindex12
1 files changed, 0 insertions, 12 deletions
diff --git a/Tools/portbuild/scripts/makeindex b/Tools/portbuild/scripts/makeindex
index 7f509f5dc405..75215bd623cd 100755
--- a/Tools/portbuild/scripts/makeindex
+++ b/Tools/portbuild/scripts/makeindex
@@ -12,18 +12,6 @@ if [ $# != 1 ]; then
usage
fi
case "x$1" in
- x2.2)
- branch=2.2
- export PORTOBJFORMAT=aout
- export OSREL=2.2.8
- export OSVERSION=228001
- ;;
- x3)
- branch=3
- export PORTOBJFORMAT=elf
- export OSREL=3.5
- export OSVERSION=350001
- ;;
x4)
branch=4
export PORTOBJFORMAT=elf