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 | b86cf0e65ce679f8cc41f480eed3c42fb82f5a43 (patch) | |
tree | 871525c610c380f9c86f03658e6989611c027cf5 /emulators/lrmi | |
parent | 5fa918f2d18d4e2f47403ca8365e31cfc5067396 (diff) | |
download | pkgsrc-b86cf0e65ce679f8cc41f480eed3c42fb82f5a43.tar.gz |
NOT_FOR_PLATFORM Interix.
Diffstat (limited to 'emulators/lrmi')
-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 |