diff options
| author | christos <christos@NetBSD.org> | 2018-11-18 18:58:44 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2018-11-18 18:58:44 +0000 |
| commit | 66125cd00a007adde2a26804817481a324a43105 (patch) | |
| tree | 58b64ec4115acc7ca231a9129507611e0bec95ad /external/apache2 | |
| parent | 461ab7fb86b32e3c5e24eae0287649e4c7ba3588 (diff) | |
Use our getifaddrs version
Diffstat (limited to 'external/apache2')
| -rw-r--r-- | external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile b/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile index 9eecb7d2e51..2b03f0dee57 100644 --- a/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile +++ b/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2018/04/08 13:43:29 christos Exp $ +# $NetBSD: Makefile,v 1.12 2018/11/18 18:58:44 christos Exp $ PROG= mdnsd @@ -9,7 +9,7 @@ PROG= mdnsd CPPFLAGS+=-I${DIST}/mDNSCore -I${DIST}/mDNSShared \ -DPROGRAM_NAME=\"mdnsd\" -DHAVE_SIGINFO #CPPFLAGS+=-DMDNS_DEBUGMSGS=99 -SRCS= PosixDaemon.c mDNSPosix.c mDNSUNP.c mDNS.c DNSDigest.c uDNS.c \ +SRCS= PosixDaemon.c mDNSPosix.c mDNSBSD.c mDNS.c DNSDigest.c uDNS.c \ DNSCommon.c uds_daemon.c mDNSDebug.c dnssd_ipc.c GenLinkedList.c \ PlatformCommon.c CryptoAlg.c anonymous.c |
