summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/nfsbug/Makefile7
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