blob: 91de90f7e7799f0289950604ce1f48e1f6c08429 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- Makefile.orig 2008-06-21 17:39:15.000000000 +0200
+++ Makefile 2010-06-08 20:18:08.000000000 +0200
@@ -12,14 +12,8 @@
server.c status.c tag.c trigger.c worklist.c util.c update.c version.c \
watch.c xmalloc.c
-CFLAGS+=-Wall
-CFLAGS+=-Wstrict-prototypes -Wmissing-prototypes
-CFLAGS+=-Wmissing-declarations
-CFLAGS+=-Wshadow -Wpointer-arith -Wcast-qual
-CFLAGS+=-Wsign-compare
-DEBUG= -g -ggdb
-YFLAGS=
-
-INSTALL_STRIP=
+CFLAGS+=-DSIZE_MAX=ULONG_MAX
+DPADD+= ${LIBZ}
+LDADD+= -lz -lmd
.include <bsd.prog.mk>
|