diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-03-21 12:00:26 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-03-21 12:00:26 +0000 |
commit | 8fdb7c05cdb667474e5888f0130527bb789c4554 (patch) | |
tree | c34f7261ff3422ba6038b848d31f13187a98ddf1 /emulators/xzx | |
parent | Fix endian.h error. (diff) |
Remove BROKEN, it's fixed now. (Folks, you can remove these lines if you
believe you fixed the port!)
Notes
Notes:
svn path=/head/; revision=10261
Diffstat (limited to 'emulators/xzx')
-rw-r--r-- | emulators/xzx/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile index a618cbac7f0a..0703f23c574f 100644 --- a/emulators/xzx/Makefile +++ b/emulators/xzx/Makefile @@ -3,7 +3,7 @@ # Date created: 13 Nov 1997 # Whom: Sheldon Hearn <axl@iafrica.com> # -# $Id: Makefile,v 1.3 1998/03/11 07:54:24 vanilla Exp $ +# $Id: Makefile,v 1.4 1998/03/21 02:29:48 asami Exp $ # DISTNAME= xzx-2.4.4 @@ -15,8 +15,6 @@ DISTFILES= xzx-2.4.4-src.tar.gz \ MAINTAINER= axl@iafrica.com -BROKEN= endian.h - USE_IMAKE= yes MAN1= xzx.1 MANCOMPRESSED= yes |