diff options
author | Martijn van Duren <martijn@cvs.openbsd.org> | 2020-10-26 15:45:57 +0000 |
---|---|---|
committer | Martijn van Duren <martijn@cvs.openbsd.org> | 2020-10-26 15:45:57 +0000 |
commit | 24b0dcff797c4d94ee98fe71792f8f416681134a (patch) | |
tree | 3be64e0c43c0b5b45c6f2565cc03b253771dc276 /lib/libagentx/Makefile | |
parent | ca973f5b2930b380b008f39459be3ccbbae61958 (diff) |
s/agentx_/ax_/g and s/subagentx_/agentx_/g
Requested by and OK deraadt@
Diffstat (limited to 'lib/libagentx/Makefile')
-rw-r--r-- | lib/libagentx/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libagentx/Makefile b/lib/libagentx/Makefile index 82c255f9786..cf4fb7f0767 100644 --- a/lib/libagentx/Makefile +++ b/lib/libagentx/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2020/09/16 10:48:52 martijn Exp $ +# $OpenBSD: Makefile,v 1.2 2020/10/26 15:45:56 martijn Exp $ LIB= agentx -SRCS= agentx.c subagentx.c subagentx_log.c -HDRS= subagentx.h -MAN= subagentx.3 +SRCS= ax.c agentx.c agentx_log.c +HDRS= agentx.h +MAN= agentx.3 CFLAGS+= -Wall -I${.CURDIR} CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes |