diff options
author | tv <tv> | 1999-04-15 16:35:13 +0000 |
---|---|---|
committer | tv <tv> | 1999-04-15 16:35:13 +0000 |
commit | 029d8c3dec7e6271e25661f0386ac86755fd2fae (patch) | |
tree | 828f11ddd4ac8b53dd6047c58a83c3ede25b7b8a /emulators | |
parent | 3264c3424e3d6653e661521d9d9c953aa7df3220 (diff) | |
download | pkgsrc-029d8c3dec7e6271e25661f0386ac86755fd2fae.tar.gz |
ONLY_FOR_OPSYS=NetBSD.
Diffstat (limited to 'emulators')
-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 |