diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-12-07 17:17:02 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-12-07 17:17:02 +0000 |
commit | d75f94d842d2ecbea5f31fb27532593b5021098d (patch) | |
tree | 093dc9b59b19f2b44a28f93174f16cf495744d98 /usr.sbin/relayctl/Makefile | |
parent | 91575290236879ecd46b2dc81b12488680ed3e22 (diff) |
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
Diffstat (limited to 'usr.sbin/relayctl/Makefile')
-rw-r--r-- | usr.sbin/relayctl/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
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 |