From 2250196ba7c243e66a8d9c0db9abaf22489c2c0b Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 20 Oct 2003 21:24:19 +0000 Subject: [PATCH] All right, that's it, no more commits at 4am for me. But I'm still going to leave it marked broken on all the other architectures. That's because I think it really is broken on all the other architectures. If it is not broken on all the other architectures, I am going to stick my fingers in my ears and chant la-la-la-can't-hear-you. arrrrrgh --- shells/bash1/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile index dd90fb013d04..4685ac3512d8 100644 --- a/shells/bash1/Makefile +++ b/shells/bash1/Makefile @@ -17,14 +17,10 @@ COMMENT= The GNU Bourne Again Shell -- old version .include -.if ${OSVERSION} <= 501000 && ${MACHINE_ARCH} != i386 +.if ${MACHINE_ARCH} != i386 BROKEN= "does not compile on ${MACHINE_ARCH}" .endif -.if ${OSVERSION} >= 501000 -BROKEN= "does not compile on FreeBSD ${OSVERSION}" -.endif - NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/${DISTNAME} # Don't compress manpages or .so not works.