From 152faff9739342daa85f3ba953910aaba83957f3 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 4 Jul 1999 20:57:34 +0000 Subject: Mark broken for Alpha, and don't require '.' to be in PATH in the do-configure target. --- emulators/dlx/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'emulators/dlx') diff --git a/emulators/dlx/Makefile b/emulators/dlx/Makefile index 4f25675dcf38..39fd8d7a4ece 100644 --- a/emulators/dlx/Makefile +++ b/emulators/dlx/Makefile @@ -4,7 +4,7 @@ # Date created: Mon Dec 23, 1998 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.1.1.1 1998/12/30 04:27:21 obrien Exp $ +# $Id: Makefile,v 1.2 1999/04/16 06:53:30 mharo Exp $ # DISTNAME= dlx @@ -15,10 +15,14 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= obrien@FreeBSD.org +.if ${MACHINE_ARCH} == alpha +BROKEN= won\'t build on alpha +.endif + MAN1= dlxcc.1 do-configure: - cd ${WRKSRC}/gcc ; config.gcc dlx + cd ${WRKSRC}/gcc ; ./config.gcc dlx do-build: cd ${WRKSRC}/dlxsim ; make install -- cgit v1.2.3