From 2bf0e5a254e197073cd10588ee4f4636e4fe6134 Mon Sep 17 00:00:00 2001 From: kwm Date: Fri, 11 Jun 2010 13:21:01 +0000 Subject: Mark IGNORE on 8.0 and higher. Doesn't handle pseudo-terminal names (/dev/pts/%d). Submitted by: Andrius Morkunas , Ed Schouten --- shells/pash/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'shells/pash') diff --git a/shells/pash/Makefile b/shells/pash/Makefile index 37231c055e48..f7603f9428a3 100644 --- a/shells/pash/Makefile +++ b/shells/pash/Makefile @@ -18,6 +18,12 @@ NO_WRKSUBDIR= yes MAKEFILE= makefile +.include + +.if ${OSVERSION} >= 800000 +IGNORE= Core dumps on execution +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pash ${PREFIX}/bin/pash @@ -28,4 +34,4 @@ post-install: ${ECHO_CMD} ${PREFIX}/bin/pash) > /etc/shells @${RM} /etc/shells.bak -.include +.include -- cgit