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