diff options
Diffstat (limited to 'security/nfsbug/Makefile')
-rw-r--r-- | security/nfsbug/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nfsbug/Makefile b/security/nfsbug/Makefile index 4272cc5d8f9..39959adfedc 100644 --- a/security/nfsbug/Makefile +++ b/security/nfsbug/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 22:53:00 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/20 12:25:34 agc Exp $ DISTNAME= nfsshell-1.0 -WRKSRC= ${WRKDIR}/nfsbug CATEGORIES= net security MASTER_SITES= http://www.asmodeus.com/archive/Xnix/ DISTFILES= nfsBugFerret.tgz \ @@ -11,6 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org COMMENT= NFS security verification suite EXTRACT_ONLY= nfsBugFerret.tgz +WRKSRC= ${WRKDIR}/nfsbug # 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. |