diff options
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 cf9a63acd8b..f2260e3e920 100644 --- a/usr.sbin/relayctl/Makefile +++ b/usr.sbin/relayctl/Makefile @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile,v 1.1 2006/12/16 11:45:07 reyk Exp $ +# $OpenBSD: Makefile,v 1.2 2007/01/09 00:45:32 deraadt Exp $ -.PATH: ${.CURDIR}/../hostated +.PATH: ${.CURDIR}/../hoststated -PROG= hostatectl -SRCS= buffer.c imsg.c log.c hostatectl.c parser.c +PROG= hoststatectl +SRCS= buffer.c imsg.c log.c hoststatectl.c parser.c -MAN= hostatectl.8 +MAN= hoststatectl.8 -CFLAGS+= -Wall -Werror -I${.CURDIR} -I${.CURDIR}/../hostated +CFLAGS+= -Wall -Werror -I${.CURDIR} -I${.CURDIR}/../hoststated CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes CFLAGS+= -Wmissing-declarations CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual |