diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-23 10:55:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-23 10:55:28 +0000 |
commit | cbd10864808907dcbdfbdfcd632f3528a0e535fd (patch) | |
tree | 964d8ae72357907d3def60bf71edb3e6be5798ea /emulators/compat16 | |
parent | 31e288b37daefca7dd9530b03cc578d11dba96ac (diff) | |
download | pkgsrc-cbd10864808907dcbdfbdfcd632f3528a0e535fd.tar.gz |
Fix ONLY_FOR_PLATFORM line.
Diffstat (limited to 'emulators/compat16')
-rw-r--r-- | emulators/compat16/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/compat16/Makefile b/emulators/compat16/Makefile index 7b5ea0e1795..d99ef4f642b 100644 --- a/emulators/compat16/Makefile +++ b/emulators/compat16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/02/21 20:57:20 veego Exp $ +# $NetBSD: Makefile,v 1.3 2005/03/23 10:55:28 wiz Exp $ # DISTNAME= compat16-${MACHINE_ARCH}-${VERSION} @@ -13,7 +13,7 @@ COMMENT= Shared libraries for NetBSD 1.6 (and earlier) compatibility VERSION= 1.6.0 -ONLY_FOR_PLATFORM= NetBSD-1.6[A-Z]*-i386 NetBSD-2*-i386 +ONLY_FOR_PLATFORM= NetBSD-1.6[A-Z]*-i386 NetBSD-[2-9]*-i386 NO_MTREE= # defined NO_BUILD= # defined |