From 78b1107f485cc3d37eabe1021d24d7db78853ca6 Mon Sep 17 00:00:00 2001 From: Reyk Floeter Date: Sat, 3 Feb 2007 20:24:22 +0000 Subject: merge tcp-based checks into one file, no functional changes ok pyr@ --- usr.sbin/relayd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/relayd/Makefile') diff --git a/usr.sbin/relayd/Makefile b/usr.sbin/relayd/Makefile index 20eb9be0b1c..8475f8c2f7f 100644 --- a/usr.sbin/relayd/Makefile +++ b/usr.sbin/relayd/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2007/01/30 15:11:51 reyk Exp $ +# $OpenBSD: Makefile,v 1.7 2007/02/03 20:24:21 reyk Exp $ PROG= hoststated SRCS= parse.y log.c control.c buffer.c imsg.c hoststated.c \ ssl.c pfe.c pfe_filter.c hce.c \ - check_icmp.c check_tcp.c check_http.c check_send_expect.c + check_icmp.c check_tcp.c MAN= hoststated.8 hoststated.conf.5 LDADD= -levent -lssl -lcrypto -- cgit v1.2.3