diff options
author | tv <tv@pkgsrc.org> | 1999-04-15 16:35:13 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-04-15 16:35:13 +0000 |
commit | cea0293f59130ae1664092bba1e21b96edee4b92 (patch) | |
tree | 828f11ddd4ac8b53dd6047c58a83c3ede25b7b8a /emulators/compat12 | |
parent | ba401d3cb28542d74eb28c0e8d539bd87baec646 (diff) | |
download | pkgsrc-cea0293f59130ae1664092bba1e21b96edee4b92.tar.gz |
ONLY_FOR_OPSYS=NetBSD.
Diffstat (limited to 'emulators/compat12')
-rw-r--r-- | emulators/compat12/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/compat12/Makefile b/emulators/compat12/Makefile index 2e2af2876b1..db236c0119a 100644 --- a/emulators/compat12/Makefile +++ b/emulators/compat12/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/08/20 15:16:52 tsarna Exp $ +# $NetBSD: Makefile,v 1.11 1999/04/15 16:35:13 tv Exp $ # DISTNAME= compat12-${MACHINE_ARCH} @@ -10,6 +10,7 @@ MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.netbsd.org/Releases/formal-1.2/index.html ONLY_FOR_ARCHS= i386 m68k ns32k sparc +ONLY_FOR_OPSYS= NetBSD NO_BUILD= yes |