summaryrefslogtreecommitdiff
path: root/net/cvsup/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-03 23:53:46 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-03 23:53:46 +0000
commit260b2edafd358f77c49249acb5545764315d5ce9 (patch)
tree660f33f450bbab88db3f425d963bac094e937569 /net/cvsup/Makefile
parentUpdate to 0.17 (diff)
Remove support for OSVERSION < 5
Notes
Notes: svn path=/head/; revision=200763
Diffstat (limited to 'net/cvsup/Makefile')
-rw-r--r--net/cvsup/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile
index e40c91ac31fa..9cd6204d81be 100644
--- a/net/cvsup/Makefile
+++ b/net/cvsup/Makefile
@@ -21,10 +21,6 @@ ONLY_FOR_ARCHS= alpha amd64 i386 sparc64
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 410000
-BROKEN= Not supported on versions earlier than 4.1-RELEASE
-.endif
-
.if ${ARCH} == "alpha"
TARGET= FBSD_ALPHA
.elif ${ARCH} == "amd64"