diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-01-09 00:45:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-01-09 00:45:33 +0000 |
commit | 301d219ad3278d715cd99b3a0a539434b2c481ae (patch) | |
tree | 0f5801447de61ddc3a07199ec786f59cff50fa75 /usr.sbin/relayctl/Makefile | |
parent | 0f21ce35a90163e1d34fde1138d534c719566ad8 (diff) |
adapt to rename
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 |