blob: 9771027a9af3ab781c104da59c30837685cf1682 [file] [log] [blame]
Christiano F. Haesbaertd9774212010-02-21 21:31:58 -03001.PATH: ${.CURDIR}/../
2
Christiano F. Haesbaert39113952010-02-28 04:13:19 -03003PROG= mdnsctl
Christiano F. Haesbaert0e2793e2010-02-22 20:13:59 -03004SRCS= buffer.c imsg.c log.c mdns.c parser.c mdns_api.c
Christiano F. Haesbaertd9774212010-02-21 21:31:58 -03005CFLAGS+= -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>