summaryrefslogtreecommitdiff
path: root/lang/objc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-03-25 10:33:59 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-03-25 10:33:59 +0000
commit4d40feb36b4cf7a1f95e2838ff0670758db23023 (patch)
tree7154801cc88648ee7429069c07f45b604cd96a54 /lang/objc
parentsed out -* from ``uname -r'' so this will build on future versions of (diff)
Support 2.2.1
Notes
Notes: svn path=/head/; revision=6009
Diffstat (limited to 'lang/objc')
-rw-r--r--lang/objc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/objc/Makefile b/lang/objc/Makefile
index 00c7a899bd48..9897ec9812aa 100644
--- a/lang/objc/Makefile
+++ b/lang/objc/Makefile
@@ -3,7 +3,7 @@
# Date created: 14 March 1997
# Whom: chuckr@freebsd.org
#
-# $Id: Makefile,v 1.2 1997/03/25 08:17:43 obrien Exp $
+# $Id: Makefile,v 1.3 1997/03/25 10:32:44 obrien Exp $
#
DISTNAME= objc
@@ -20,7 +20,7 @@ SYSNAME!= uname -r | /usr/bin/sed -e 's/-.*$$//g'
.if ${SYSNAME} == "3.0"
DISTFILES= objc1.1.12-i386-unknown-freebsd3.0.tar.gz
WRKSRC= $(WRKDIR)/objc1.1.12-i386-unknown-freebsd3.0
-.elif ${SYSNAME} == "2.2"
+.elif (${SYSNAME} == "2.2" || ${SYSNAME} == "2.2.1")
DISTFILES= objc1.1.12-i386-unknown-freebsd2.2.tar.gz
WRKSRC= $(WRKDIR)/objc1.1.12-i386-unknown-freebsd2.2
.elif (${SYSNAME} == "2.1.7" || ${SYSNAME} == "2.1.6" || ${SYSNAME} == "2.1.5")