summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authordholland <dholland>2015-01-01 10:31:01 +0000
committerdholland <dholland>2015-01-01 10:31:01 +0000
commitc0a286b083abf63af4cef17c50134864a18e22f7 (patch)
tree1ab2d5a411b40b34c0c98c71c2825576d6b52270 /emulators
parent03b226f8331579df068704dc572ac757aefe4e0e (diff)
downloadpkgsrc-c0a286b083abf63af4cef17c50134864a18e22f7.tar.gz
Document ONLY_FOR_PLATFORM.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/lrmi/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/lrmi/Makefile b/emulators/lrmi/Makefile
index 46efa737c7a..6245e7ff537 100644
--- a/emulators/lrmi/Makefile
+++ b/emulators/lrmi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2012/10/03 12:55:15 asau Exp $
+# $NetBSD: Makefile,v 1.14 2015/01/01 10:31:01 dholland Exp $
#
DISTNAME= lrmi-0.8
@@ -10,6 +10,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/lrmi/
COMMENT= Wrapper to the i386 vm86 mode
+# Inherently x86-specific.
+# (XXX: should this be enabled on amd64 and ia64? it won't currently
+# work, but it probably ought to.)
ONLY_FOR_PLATFORM= *-*-i386
NOT_FOR_PLATFORM+= Interix-*-* # cannot call real mode from Windows