blob: 52e25bc0a0356b9944193be1c0488dcfd5cf62f3 [file] [log] [blame]
.PATH: ${.CURDIR}/../mdnsd
PROG= mdnsctl
SRCS= mdnsctl.c parser.c mdnsl.c
pCFLAGS+= -g -Wall
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
CFLAGS+= -Wsign-compare
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../mdnsd
LDADD+= -lutil
DPADD+= ${LIBUTIL}
#MAN= mdnsctl.8
.include <bsd.prog.mk>