diff options
author | 2016-08-31 22:28:23 +0000 | |
---|---|---|
committer | 2016-08-31 22:28:23 +0000 | |
commit | 0b4466c67d70959f481e77af38523b82a7653af9 (patch) | |
tree | d4cd8b406bbe31b17451513d66fe3e7028f5cca9 | |
parent | hook up acme-client (diff) | |
download | wireguard-openbsd-0b4466c67d70959f481e77af38523b82a7653af9.tar.xz wireguard-openbsd-0b4466c67d70959f481e77af38523b82a7653af9.zip |
whitespace
-rw-r--r-- | usr.sbin/acme-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/acme-client/Makefile b/usr.sbin/acme-client/Makefile index db7a8305452..6d373e561cb 100644 --- a/usr.sbin/acme-client/Makefile +++ b/usr.sbin/acme-client/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2016/08/31 22:11:15 florian Exp $ +# $OpenBSD: Makefile,v 1.3 2016/08/31 22:28:23 florian Exp $ PROG= acme-client SRCS= acctproc.c base64.c certproc.c chngproc.c dbg.c dnsproc.c SRCS+= fileproc.c http.c jsmn.c json.c keyproc.c main.c netproc.c @@ -8,7 +8,7 @@ MAN= acme-client.1 LDADD= -ltls -lssl -lcrypto DPADD= ${LIBTLS} ${LIBSSL} ${LIBCRYPTO} -CFLAGS += -g -W -Wall +CFLAGS+= -g -W -Wall CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes CFLAGS+= -Wmissing-declarations CFLAGS+= -Wshadow -Wpointer-arith |