Christiano F. Haesbaert | d977421 | 2010-02-21 21:31:58 -0300 | [diff] [blame] | 1 | .PATH: ${.CURDIR}/../ |
| 2 | |
Christiano F. Haesbaert | 3911395 | 2010-02-28 04:13:19 -0300 | [diff] [blame^] | 3 | PROG= mdnsctl |
Christiano F. Haesbaert | 0e2793e | 2010-02-22 20:13:59 -0300 | [diff] [blame] | 4 | SRCS= buffer.c imsg.c log.c mdns.c parser.c mdns_api.c |
Christiano F. Haesbaert | d977421 | 2010-02-21 21:31:58 -0300 | [diff] [blame] | 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> |