From b38dbe341ee96ae64928c932a3112e3c6effc89f Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Fri, 11 May 2001 18:51:45 +0000 Subject: mark as broken on alpha, mips, sparc, vax as it doesn't build here. --- security/nfsbug/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'security') 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 -- cgit v1.2.3