Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/security/nfsbug/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/security/nfsbug/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- pkgsrc/security/nfsbug/Makefile 2001/02/17 17:49:56 1.3 +++ pkgsrc/security/nfsbug/Makefile 2001/05/11 18:51:45 1.4 @@ -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