summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd/Makefile
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2007-01-08 13:37:27 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2007-01-08 13:37:27 +0000
commit87fbc4eb6f54a862defb1e20204b629668404f69 (patch)
tree2fd2ce8e3d02b9dedbefafc24d27c2a3cdd73286 /usr.sbin/relayd/Makefile
parent405b2cea000c3c2e09d4f486aff444c6fca41e8a (diff)
add a generic send/expect check using regular expression (see
regex(3)). this allows to define additional checks for other TCP protocols. From Pierre-Yves Ritschard (pyr at spootnik dot org)
Diffstat (limited to 'usr.sbin/relayd/Makefile')
-rw-r--r--usr.sbin/relayd/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/relayd/Makefile b/usr.sbin/relayd/Makefile
index c04e70f3036..16a06450a62 100644
--- a/usr.sbin/relayd/Makefile
+++ b/usr.sbin/relayd/Makefile
@@ -1,8 +1,9 @@
-# $OpenBSD: Makefile,v 1.1 2006/12/16 11:45:07 reyk Exp $
+# $OpenBSD: Makefile,v 1.2 2007/01/08 13:37:26 reyk Exp $
PROG= hostated
-SRCS= parse.y log.c control.c buffer.c imsg.c hostated.c \
- pfe.c pfe_filter.c hce.c check_icmp.c check_tcp.c check_http.c
+SRCS= parse.y log.c control.c buffer.c imsg.c hostated.c \
+ pfe.c pfe_filter.c hce.c \
+ check_icmp.c check_tcp.c check_http.c check_send_expect.c
MAN= hostated.8 hostated.conf.5
LDADD= -levent