diff options
Diffstat (limited to 'usr.sbin/hoststated/Makefile')
-rw-r--r-- | usr.sbin/hoststated/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/hoststated/Makefile b/usr.sbin/hoststated/Makefile index 83c2467d45f..a2db29c1ffc 100644 --- a/usr.sbin/hoststated/Makefile +++ b/usr.sbin/hoststated/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 |