summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/relayd/Makefile')
-rw-r--r--usr.sbin/relayd/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/relayd/Makefile b/usr.sbin/relayd/Makefile
index 2cf8d3a13c1..b619932c623 100644
--- a/usr.sbin/relayd/Makefile
+++ b/usr.sbin/relayd/Makefile
@@ -1,13 +1,13 @@
-# $OpenBSD: Makefile,v 1.4 2007/01/09 02:32:58 reyk Exp $
+# $OpenBSD: Makefile,v 1.5 2007/01/29 14:23:31 pyr Exp $
PROG= hoststated
SRCS= parse.y log.c control.c buffer.c imsg.c hoststated.c \
- pfe.c pfe_filter.c hce.c \
+ ssl.c pfe.c pfe_filter.c hce.c \
check_icmp.c check_tcp.c check_http.c check_send_expect.c
MAN= hoststated.8 hoststated.conf.5
-LDADD= -levent
-DPADD= ${LIBEVENT}
+LDADD= -levent -lcrypto -lssl
+DPADD= ${LIBEVENT} ${LIBCRYPTO} ${LIBSSL}
CFLAGS+= -Wall -Werror -I${.CURDIR}
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations