Christiano F. Haesbaert | d977421 | 2010-02-21 21:31:58 -0300 | [diff] [blame^] | 1 | .PATH: ${.CURDIR}/../ |
2 | |||||
3 | PROG= mdns | ||||
4 | SRCS= buffer.c imsg.c log.c mdns.c parser.c | ||||
5 | CFLAGS+= -g -Wall | ||||
6 | CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes | ||||
7 | CFLAGS+= -Wmissing-declarations | ||||
8 | CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual | ||||
9 | CFLAGS+= -Wsign-compare | ||||
10 | CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../ | ||||
11 | #MAN= mdns.8 | ||||
12 | |||||
13 | .include <bsd.prog.mk> |