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 a86139ad266..887740703e2 100644
--- a/usr.sbin/relayd/Makefile
+++ b/usr.sbin/relayd/Makefile
@@ -1,13 +1,13 @@
-# $OpenBSD: Makefile,v 1.8 2007/02/22 03:32:39 reyk Exp $
+# $OpenBSD: Makefile,v 1.9 2007/02/23 00:28:06 deraadt 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 \
+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 relay.c carp.c
MAN= hoststated.8 hoststated.conf.5
LDADD= -levent -lssl -lcrypto
-DPADD= ${LIBEVENT} ${LIBSSL} ${LIBCRYPTO}
+DPADD= ${LIBEVENT} ${LIBSSL} ${LIBCRYPTO}
CFLAGS+= -Wall -Werror -I${.CURDIR}
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations