diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-02-03 20:24:22 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-02-03 20:24:22 +0000 |
commit | 78b1107f485cc3d37eabe1021d24d7db78853ca6 (patch) | |
tree | 7c8d11cb666e70570cf7d9b5a6db04b75fa9745f /usr.sbin/relayd/Makefile | |
parent | c4d668ebb8f16f41c48f44e722b5b5d1a2975fcf (diff) |
merge tcp-based checks into one file, no functional changes
ok pyr@
Diffstat (limited to 'usr.sbin/relayd/Makefile')
-rw-r--r-- | usr.sbin/relayd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |