From b14b87d182b30166aaaee000506e869c4d1ebe8a Mon Sep 17 00:00:00 2001 From: Reyk Floeter Date: Mon, 10 Sep 2007 11:59:23 +0000 Subject: add support for relaying DNS traffic (with a little bit of packet header randomization). this adds an infrastructure to support UDP-based protocols. ok gilles@, tested by some --- usr.sbin/relayd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/relayd/Makefile') diff --git a/usr.sbin/relayd/Makefile b/usr.sbin/relayd/Makefile index 83c2467d45f..a2db29c1ffc 100644 --- a/usr.sbin/relayd/Makefile +++ b/usr.sbin/relayd/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.12 2007/05/29 17:12:04 reyk Exp $ +# $OpenBSD: Makefile,v 1.13 2007/09/10 11:59:22 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 relay.c carp.c \ +SRCS= parse.y log.c control.c buffer.c imsg.c hoststated.c \ + ssl.c pfe.c pfe_filter.c hce.c relay.c relay_udp.c carp.c \ check_icmp.c check_tcp.c check_script.c MAN= hoststated.8 hoststated.conf.5 -- cgit v1.2.3