summaryrefslogtreecommitdiff
path: root/emulators/dlx/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-07-04 20:57:34 +0000
committerSteve Price <steve@FreeBSD.org>1999-07-04 20:57:34 +0000
commit152faff9739342daa85f3ba953910aaba83957f3 (patch)
treed0b64737dbf4b7ff31bd824bbd47e1d1b3f62807 /emulators/dlx/Makefile
parentChanges 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.
Notes
Notes: svn path=/head/; revision=20013
Diffstat (limited to 'emulators/dlx/Makefile')
-rw-r--r--emulators/dlx/Makefile8
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