diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-22 19:30:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-22 19:30:52 +0000 |
commit | ff818c5bea14f759e25ae854838b8a5815825ca4 (patch) | |
tree | bf54ea78cd6c127919d314d31405cc49e39a46bf /security/nfsbug/Makefile | |
parent | dda8edf0535ddc173e3320dc9dfb6640f83343bb (diff) | |
download | pkgsrc-ff818c5bea14f759e25ae854838b8a5815825ca4.tar.gz |
bl3ify
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 39959adfedc..ca67aec9a69 100644 --- a/security/nfsbug/Makefile +++ b/security/nfsbug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/01/20 12:25:34 agc Exp $ +# $NetBSD: Makefile,v 1.9 2004/02/22 19:30:52 jlam Exp $ DISTNAME= nfsshell-1.0 CATEGORIES= net security @@ -12,11 +12,16 @@ COMMENT= NFS security verification suite EXTRACT_ONLY= nfsBugFerret.tgz WRKSRC= ${WRKDIR}/nfsbug +USE_BUILDLINK3= yes +NO_EXPORT_CPP= yes # needed since we use rpcgen + # Only works on 1.5B or greater on most platforms but will work on any x86 # since struct pmap didn't get exposed through vm.h there. ONLY_FOR_PLATFORM= NetBSD-1.5[B-Z]-* NetBSD-1.5Z[A-Z]-* NetBSD-1.[6-9]*-* \ NetBSD-*-i386 +INSTALLATION_DIRS= bin + post-extract: ${CP} ${DISTDIR}/nfsShell.c ${WRKSRC}/nfsshell.c |