From af9fb6a9a715d586a16bbba468ece8cf4574bd62 Mon Sep 17 00:00:00 2001 From: Clement Laforet Date: Sun, 23 May 2004 13:31:11 +0000 Subject: - Mark rssh as IGNORE on 4.x (wordexp() is not supported) Maintainer informed. --- shells/rssh/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'shells/rssh') diff --git a/shells/rssh/Makefile b/shells/rssh/Makefile index 58a892d2e6f1..19c4d38faf63 100644 --- a/shells/rssh/Makefile +++ b/shells/rssh/Makefile @@ -18,4 +18,8 @@ GNU_CONFIGURE= yes MAN1= rssh.1 PLIST_FILES= bin/rssh etc/rssh.conf.dist libexec/rssh_chroot_helper -.include +.include +.if ${OSVERSION} < 500000 +IGNORE= wordexp() is not supported on 4.x +.endif +.include -- cgit v1.2.3