diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-03-22 03:22:01 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-03-22 03:22:01 +0000 |
commit | 9ef309f3f9baa86be8111ff0f3c93719f3c7ecd4 (patch) | |
tree | a3d8a5bb9a9a0acdfb92fca75801c08c94cb0d56 /security/nfsbug | |
parent | 8b4eb134721ca35718b72bd7478c5a0c5a4d2339 (diff) | |
download | pkgsrc-9ef309f3f9baa86be8111ff0f3c93719f3c7ecd4.tar.gz |
Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions.
Diffstat (limited to 'security/nfsbug')
-rw-r--r-- | security/nfsbug/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/nfsbug/Makefile b/security/nfsbug/Makefile index ca67aec9a69..9345a868906 100644 --- a/security/nfsbug/Makefile +++ b/security/nfsbug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/02/22 19:30:52 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2004/03/22 03:27:18 kristerw Exp $ DISTNAME= nfsshell-1.0 CATEGORIES= net security @@ -18,6 +18,7 @@ NO_EXPORT_CPP= yes # needed since we use rpcgen # Only works on 1.5B or greater on most platforms but will work on any x86 # since struct pmap didn't get exposed through vm.h there. ONLY_FOR_PLATFORM= NetBSD-1.5[B-Z]-* NetBSD-1.5Z[A-Z]-* NetBSD-1.[6-9]*-* \ + NetBSD-[2-9]* \ NetBSD-*-i386 INSTALLATION_DIRS= bin |