diff options
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 d6bf86856dc..2cf8d3a13c1 100644 --- a/usr.sbin/relayd/Makefile +++ b/usr.sbin/relayd/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 2007/01/09 00:45:32 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2007/01/09 02:32:58 reyk Exp $ PROG= hoststated SRCS= parse.y log.c control.c buffer.c imsg.c hoststated.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 +MAN= hoststated.8 hoststated.conf.5 LDADD= -levent DPADD= ${LIBEVENT} |