diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-01-07 15:58:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-01-07 15:58:56 +0000 |
commit | e531a7627b431410cb89ab0f1c60bcc480a8ff32 (patch) | |
tree | 3b15aed0d43d3e4a7d32a7ca544fa4a0085246ee /misc/30upgrade | |
parent | 23b816f7d06c154795e89f50091d4d14fa82c5b4 (diff) |
Don't attempt to build these on 4-current machines.
Notes
Notes:
svn path=/head/; revision=24502
Diffstat (limited to 'misc/30upgrade')
-rw-r--r-- | misc/30upgrade/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/30upgrade/Makefile b/misc/30upgrade/Makefile index 9394b7535165..1dea5fa8aa28 100644 --- a/misc/30upgrade/Makefile +++ b/misc/30upgrade/Makefile @@ -16,7 +16,7 @@ MAINTAINER= asami@FreeBSD.org .if !defined(PACKAGE_BUILDING) BROKEN= this \"port\" is for building packages for distribution only, please get the package from http://www.freebsd.org/ports/ if you need an upgrade -.elif ${OSVERSION} < 340000 +.elif ${OSVERSION} < 340000 || ${OSVERSION} >= 400000 FORBIDDEN= this needs to be built on a recent 3-stable system .endif NO_MTREE= yes |