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.
22 lines
661 B
Makefile
22 lines
661 B
Makefile
# $NetBSD: buildlink3.mk,v 1.5 2005/02/21 10:08:43 adam Exp $
|
|
# XXX BUILDLINK_DEPMETHOD.libnasl?= build
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
LIBNASL_BUILDLINK3_MK:= ${LIBNASL_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= libnasl
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibnasl}
|
|
BUILDLINK_PACKAGES+= libnasl
|
|
|
|
.if !empty(LIBNASL_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.libnasl+= libnasl>=2.2.3
|
|
BUILDLINK_RECOMMENDED.libnasl?= libnasl>=2.2.3
|
|
BUILDLINK_PKGSRCDIR.libnasl?= ../../security/libnasl
|
|
.endif # LIBNASL_BUILDLINK3_MK
|
|
|
|
.include "../../security/nessus-libraries/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|