* I as playing with SCM_CREDS, we do have a getpeereid function,
  much easier.
diff --git a/mdns/Makefile b/mdns/Makefile
new file mode 100644
index 0000000..2d9227f
--- /dev/null
+++ b/mdns/Makefile
@@ -0,0 +1,13 @@
+.PATH:		${.CURDIR}/../
+
+PROG=	mdns
+SRCS=	buffer.c imsg.c log.c mdns.c parser.c
+CFLAGS+= -g -Wall
+CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
+CFLAGS+= -Wmissing-declarations
+CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
+CFLAGS+= -Wsign-compare
+CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../
+#MAN=	mdns.8
+
+.include <bsd.prog.mk>