diff options
Diffstat (limited to 'security/libnasl')
-rw-r--r-- | security/libnasl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/libnasl/Makefile b/security/libnasl/Makefile index aafe58b4ed3..2352b53dccc 100644 --- a/security/libnasl/Makefile +++ b/security/libnasl/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 17:49:51 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2003/03/29 12:42:23 jmmv Exp $ # DISTNAME= libnasl-${VERS} +WRKSRC= ${WRKDIR}/libnasl .include "../nessus/Makefile.common" COMMENT= Nessus Attack Scripting Language library DEPENDS+= nessus-libraries-${VERS}:../nessus-libraries -WRKSRC= ${WRKDIR}/libnasl - GNU_CONFIGURE= yes CONFIGURE_ENV+= CPP=${CPP} |