diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2013-05-16 20:20:19 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2013-05-16 20:20:19 +0000 |
commit | a38b791c7fbaadb4f1f0b33605bb838fb8ce81de (patch) | |
tree | 3fd34e7c049bc6e08211921f652a4a85f319f90e /misc/mshell | |
parent | Mark for removal in 1 month. (diff) |
Mark BROKEN on 9.x as well.
Notes
Notes:
svn path=/head/; revision=318335
Diffstat (limited to 'misc/mshell')
-rw-r--r-- | misc/mshell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mshell/Makefile b/misc/mshell/Makefile index d35e3659fc17..4a3f389473ad 100644 --- a/misc/mshell/Makefile +++ b/misc/mshell/Makefile @@ -23,7 +23,7 @@ do-extract: .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 1000000 +.if ${OSVERSION} >= 900000 BROKEN= does not build .endif |