5448a53f91
portable do-nothing backend for applying detection but not prevention PR: 201323
13 lines
326 B
Makefile
13 lines
326 B
Makefile
# Created by: Mij <mij@bitchx.it>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -ipfw
|
|
|
|
COMMENT= Protect hosts from brute force attacks against ssh and other services using ipfw
|
|
|
|
CONFLICTS= sshguard-1.* sshguard-ipfilter-1.* sshguard-pf-1.* sshguard-null-1.*
|
|
|
|
SSHGUARDFW= ipfw
|
|
MASTERDIR= ${.CURDIR}/../sshguard
|
|
|
|
.include "${MASTERDIR}/Makefile"
|