diff options
author | shattered <shattered@pkgsrc.org> | 2012-01-08 15:04:03 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2012-01-08 15:04:03 +0000 |
commit | 0227869529451b255622b5cf07b47b74caa28386 (patch) | |
tree | f0b83621053d40862037a0ab135b46a0c1a13af6 /security | |
parent | cd26a5bc5935cb1b9b940cd3bef633d7ceaf0cd7 (diff) | |
download | pkgsrc-0227869529451b255622b5cf07b47b74caa28386.tar.gz |
Uses <sys/vnode.h> -- mark BSD-only and HPUX-only.
Diffstat (limited to 'security')
-rw-r--r-- | security/nfsbug/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/nfsbug/Makefile b/security/nfsbug/Makefile index e4b0352df84..df2a3e3d686 100644 --- a/security/nfsbug/Makefile +++ b/security/nfsbug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2011/10/03 05:24:38 agc Exp $ +# $NetBSD: Makefile,v 1.21 2012/01/08 15:04:03 shattered Exp $ DISTNAME= nfsshell-1.0 PKGREVISION= 1 @@ -12,6 +12,8 @@ COMMENT= NFS security verification suite PKG_DESTDIR_SUPPORT= user-destdir +ONLY_FOR_PLATFORM= DragonFly-*-* FreeBSD-*-* NetBSD-*-* OpenBSD-*-* Darwin-*-* HPUX-*-* + EXTRACT_ONLY= nfsBugFerret.tgz WRKSRC= ${WRKDIR}/nfsbug |