diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-05-11 18:51:45 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-05-11 18:51:45 +0000 |
commit | 532357db719324e5a377ab38feb0230ebfe59f2a (patch) | |
tree | 69ca0482b912ab8b8ffe17dbc17e8c1881b7a236 /security/nfsbug/Makefile | |
parent | 441f4b57b90c40c8575bfd601898bc77bc2296d2 (diff) | |
download | pkgsrc-532357db719324e5a377ab38feb0230ebfe59f2a.tar.gz |
mark as broken on alpha, mips, sparc, vax as it doesn't build here.
Diffstat (limited to 'security/nfsbug/Makefile')
-rw-r--r-- | security/nfsbug/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/security/nfsbug/Makefile b/security/nfsbug/Makefile index ab50712a296..8e96da0a96b 100644 --- a/security/nfsbug/Makefile +++ b/security/nfsbug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 17:49:56 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/05/11 18:51:45 dmcmahill Exp $ DISTNAME= nfsshell-1.0 WRKSRC= ${WRKDIR}/nfsbug @@ -12,6 +12,11 @@ COMMENT= NFS security verification suite EXTRACT_ONLY= nfsBugFerret.tgz +# doesn't build on alpha, pmax, sparc, or vax. In fact +# the only platform where I've been told it does work is +# i386. +NOT_FOR_PLATFORM= *-*-alpha *-*-mips* *-*-sparc *-*-vax + post-extract: ${CP} ${DISTDIR}/nfsShell.c ${WRKSRC}/nfsshell.c |