From d75f94d842d2ecbea5f31fb27532593b5021098d Mon Sep 17 00:00:00 2001 From: Reyk Floeter Date: Fri, 7 Dec 2007 17:17:02 +0000 Subject: hoststated gets renamed to relayd. easier to type, and actually says what the daemon does - it is a relayer that pays attention to the status of pools of hosts; not a status checkers that happens to do some relaying --- usr.sbin/relayctl/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'usr.sbin/relayctl/Makefile') diff --git a/usr.sbin/relayctl/Makefile b/usr.sbin/relayctl/Makefile index f2260e3e920..98ae5514b65 100644 --- a/usr.sbin/relayctl/Makefile +++ b/usr.sbin/relayctl/Makefile @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile,v 1.2 2007/01/09 00:45:32 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2007/12/07 17:17:01 reyk Exp $ -.PATH: ${.CURDIR}/../hoststated +.PATH: ${.CURDIR}/../relayd -PROG= hoststatectl -SRCS= buffer.c imsg.c log.c hoststatectl.c parser.c +PROG= relayctl +SRCS= buffer.c imsg.c log.c relayctl.c parser.c -MAN= hoststatectl.8 +MAN= relayctl.8 -CFLAGS+= -Wall -Werror -I${.CURDIR} -I${.CURDIR}/../hoststated +CFLAGS+= -Wall -Werror -I${.CURDIR} -I${.CURDIR}/../relayd CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes CFLAGS+= -Wmissing-declarations CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual -- cgit v1.2.3