diff options
Diffstat (limited to 'misc/mshell/Makefile')
-rw-r--r-- | misc/mshell/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/mshell/Makefile b/misc/mshell/Makefile index 15dfbb457f63..46c5cd0a1a84 100644 --- a/misc/mshell/Makefile +++ b/misc/mshell/Makefile @@ -25,4 +25,10 @@ do-extract: zcat ${DISTDIR}/${DISTFILES} |(cd ${WRKDIR}; \ ${AWK} '{if (/^#!/) x++} {if(x) print $$0'}| ${SH}) -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 1000000 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |