diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-20 20:44:04 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-20 20:44:04 +0000 |
commit | a150e9a4566034c56501ee0af1c98bd0b2b689a1 (patch) | |
tree | c42666c6a969b3b5c8ffba323f1aac0c430e4a20 /emulators | |
parent | BROKEN: DOes not compile (diff) |
BROKEN: Broken by removal of values.h
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dlx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/dlx/Makefile b/emulators/dlx/Makefile index 0070ee9b79fa..d8e68ace4894 100644 --- a/emulators/dlx/Makefile +++ b/emulators/dlx/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org +BROKEN= "Broken by removal of values.h" + .if ${MACHINE_ARCH} == alpha BROKEN= will not build on alpha .endif |