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/netbsd32_compat14 | |
parent | 31e288b37daefca7dd9530b03cc578d11dba96ac (diff) | |
download | pkgsrc-cbd10864808907dcbdfbdfcd632f3528a0e535fd.tar.gz |
Fix ONLY_FOR_PLATFORM line.
Diffstat (limited to 'emulators/netbsd32_compat14')
-rw-r--r-- | emulators/netbsd32_compat14/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/netbsd32_compat14/Makefile b/emulators/netbsd32_compat14/Makefile index e8cfc5b7aea..3e52059f648 100644 --- a/emulators/netbsd32_compat14/Makefile +++ b/emulators/netbsd32_compat14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/02/21 21:08:50 veego Exp $ +# $NetBSD: Makefile,v 1.11 2005/03/23 10:56:47 wiz Exp $ # DISTNAME= compat14-${MACHINE32_ARCH}-${VERSION} @@ -24,7 +24,7 @@ MACHINE32_ARCH= ${MACHINE_ARCH} .endif ONLY_FOR_PLATFORM= NetBSD-*-sparc64 -ONLY_FOR_PLATFORM+= NetBSD-2*-x86_64 +ONLY_FOR_PLATFORM+= NetBSD-[2-9]*-x86_64 NO_MTREE= # defined NO_BUILD= # defined |