Home | History | Annotate | Line # | Download | only in mdnsd
Makefile revision 1.2
      1 #	$NetBSD: Makefile,v 1.2 2009/10/01 00:22:03 tsarna Exp $
      2 
      3 PROG=	mdnsd
      4 
      5 .include <bsd.init.mk>
      6 
      7 .PATH:	${DIST}/mDNSPosix ${DIST}/mDNSCore ${DIST}/mDNSShared
      8 
      9 CPPFLAGS+=-I${DIST}/mDNSCore -I${DIST}/mDNSShared -DPROGRAM_NAME=\"mdnsd\"
     10 SRCS=	PosixDaemon.c mDNSPosix.c mDNSUNP.c mDNS.c DNSDigest.c uDNS.c \
     11 	DNSCommon.c uds_daemon.c mDNSDebug.c dnssd_ipc.c GenLinkedList.c \
     12 	PlatformCommon.c
     13 
     14 MAN=	mdnsd.8
     15 
     16 mdnsd.8: mDNSResponder.8
     17 	${TOOL_CAT} < $? > $@
     18                                 
     19 .include <bsd.prog.mk>
     20