diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-10-08 14:27:16 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-10-08 14:27:16 +0000 |
commit | b19fc56b193f0b608b9a44287bae91b10988812d (patch) | |
tree | 71e9c95616218d893b70ddebe1f1de4bb61ad72d /security/nfsbug/Makefile | |
parent | f489dff7fe996db893189ab4e6629deafb43b8e8 (diff) | |
download | pkgsrc-b19fc56b193f0b608b9a44287bae91b10988812d.tar.gz |
NFS security verification suite
Diffstat (limited to 'security/nfsbug/Makefile')
-rw-r--r-- | security/nfsbug/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/security/nfsbug/Makefile b/security/nfsbug/Makefile new file mode 100644 index 00000000000..68d90d868f4 --- /dev/null +++ b/security/nfsbug/Makefile @@ -0,0 +1,17 @@ +DISTNAME= nfsshell-1.0 +DISTFILES= nfsBugFerret.tgz \ + nfsShell.c +MASTER_SITES= http://www.asmodeus.com/archive/Xnix/ +CATEGORIES= net security + +WRKSRC= ${WRKDIR}/nfsbug +EXTRACT_ONLY= nfsBugFerret.tgz + +post-extract: + ${CP} ${DISTDIR}/nfsShell.c ${WRKSRC}/nfsshell.c + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/nfsbug ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/nfsshell ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" |