07df3126c4
* Fixed MacOS X portability issues * Non-intrusive OS-fingerprinting (based on xprobe's techniques) * DNS fingerprinting * killall -1 nessusd does not restart the bpf server on BSD systems * longer connect() timeout for TCP sockets * Fixed hydra.nes * WWW fingerprinting * IP addresses are now sorted in EVERY reports * Automagically rewrite banners to handle distributions which do backporting of security fixes (ie: Debian)
16 lines
425 B
Makefile
16 lines
425 B
Makefile
# $NetBSD: Makefile,v 1.13 2004/05/19 16:23:53 adam Exp $
|
|
|
|
DISTNAME= nessus-plugins-${VERS}
|
|
.include "../nessus/Makefile.common"
|
|
|
|
COMMENT= Plugins for the Nessus Network Security Scanner
|
|
|
|
DEPENDS+= nmap>=2.0:../../net/nmap
|
|
|
|
WRKSRC= ${WRKDIR}/nessus-plugins
|
|
USE_BUILDLINK3= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../security/nessus-core/buildlink3.mk"
|
|
.include "../../devel/libnet/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|