diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-02-23 00:28:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-02-23 00:28:07 +0000 |
commit | 33febc14d09fe7c52177c4c8d1cc5d721b18b23d (patch) | |
tree | db62218fc7357158ad1017782d3d0db7ce950188 /usr.sbin/relayd/Makefile | |
parent | 586b3ab31e79a1839b5860ce0cd676d818af61c5 (diff) |
knf
Diffstat (limited to 'usr.sbin/relayd/Makefile')
-rw-r--r-- | usr.sbin/relayd/Makefile | 8 |
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 |