diff options
author | Steve Price <steve@FreeBSD.org> | 1999-07-04 20:57:34 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-07-04 20:57:34 +0000 |
commit | 152faff9739342daa85f3ba953910aaba83957f3 (patch) | |
tree | d0b64737dbf4b7ff31bd824bbd47e1d1b3f62807 /emulators/dlx/Makefile | |
parent | Changes to work with updated files/freebsd.h. (diff) |
Mark broken for Alpha, and don't require '.' to be in PATH in the
do-configure target.
Diffstat (limited to '')
-rw-r--r-- | emulators/dlx/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
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 |