summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3729174..68d52ff 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,8 @@
PROG= dddup
SRCS= dddup.c parse.c ifaddr.c base64.c request.c connect.c
NOMAN=
-CFLAGS+= -W -Wall -pedantic # -ggdb
+WARNINGS= yes
+CDIAGFLAGS+= -W -Wall -Wpointer-arith \
+ -Wstrict-prototypes -Wmissing-prototypes
.include <bsd.prog.mk>