b60b462f2a
Nessus 2.2.3 contains a new option called "silent dependencies" which can be used to filter out the noise generated by some plugins not directly enabled by the user. It also contains a slightly more intuitive GUI which now contains a "Credentials" tab to put Windows and SSH usernames and passwords.
15 lines
377 B
Makefile
15 lines
377 B
Makefile
# $NetBSD: Makefile,v 1.13 2005/02/21 10:08:43 adam Exp $
|
|
|
|
DISTNAME= libnasl-${VERS}
|
|
|
|
.include "../nessus/Makefile.common"
|
|
|
|
COMMENT= Nessus Attack Scripting Language library
|
|
|
|
WRKSRC= ${WRKDIR}/libnasl
|
|
USE_BUILDLINK3= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
|
|
|
|
.include "../../security/nessus-libraries/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|