diff options
author | tv <tv@pkgsrc.org> | 2005-11-08 16:50:51 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-08 16:50:51 +0000 |
commit | 93d12e53094cb00217e38f8276ed8dd03a634faa (patch) | |
tree | 871525c610c380f9c86f03658e6989611c027cf5 /emulators | |
parent | dc13ab5ea4cdc4c6e5b6be03397ef72435eb945d (diff) | |
download | pkgsrc-93d12e53094cb00217e38f8276ed8dd03a634faa.tar.gz |
NOT_FOR_PLATFORM Interix.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/lrmi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/lrmi/Makefile b/emulators/lrmi/Makefile index 58a380bee76..ff8f7c83889 100644 --- a/emulators/lrmi/Makefile +++ b/emulators/lrmi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:51 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/11/08 16:50:51 tv Exp $ # DISTNAME= lrmi-0.8 @@ -11,6 +11,8 @@ HOMEPAGE= http://sourceforge.net/projects/lrmi/ COMMENT= Wrapper to the i386 vm86 mode ONLY_FOR_PLATFORM= *-*-i386 +NOT_FOR_PLATFORM+= Interix-*-* # cannot call real mode from Windows + MAKEFILE= Makefile.bsd INSTALLATION_DIRS= bin include lib |