[Midnightbsd-cvs] src [12001] reconnect mDNSResponder to build
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Aug 12 23:42:32 EDT 2018
Revision: 12001
http://svnweb.midnightbsd.org/src/?rev=12001
Author: laffer1
Date: 2018-08-12 23:42:31 -0400 (Sun, 12 Aug 2018)
Log Message:
-----------
reconnect mDNSResponder to build
Modified Paths:
--------------
trunk/usr.bin/Makefile
trunk/usr.bin/mDNSResponderPosix/Makefile
Property Changed:
----------------
trunk/usr.bin/mDNSResponderPosix/Makefile
Modified: trunk/usr.bin/Makefile
===================================================================
--- trunk/usr.bin/Makefile 2018-08-13 02:56:13 UTC (rev 12000)
+++ trunk/usr.bin/Makefile 2018-08-13 03:42:31 UTC (rev 12001)
@@ -104,6 +104,7 @@
lsvfs \
lzmainfo \
m4 \
+ mDNSResponderPosix \
${_man} \
mesg \
minigzip \
Modified: trunk/usr.bin/mDNSResponderPosix/Makefile
===================================================================
--- trunk/usr.bin/mDNSResponderPosix/Makefile 2018-08-13 02:56:13 UTC (rev 12000)
+++ trunk/usr.bin/mDNSResponderPosix/Makefile 2018-08-13 03:42:31 UTC (rev 12001)
@@ -4,24 +4,26 @@
.include <bsd.own.mk>
-.PATH: ${.CURDIR}/../../../contrib/mDNSResponder/mDNSPosix
+.PATH: ${.CURDIR}/../../contrib/mDNSResponder/mDNSPosix
PROG= mDNSResponderPosix
+WARNS= 1
+
SRCS= Responder.c mDNSPosix.c mDNSUNP.c
-.PATH: ${.CURDIR}/../../../contrib/mDNSResponder/mDNSCore
+.PATH: ${.CURDIR}/../../contrib/mDNSResponder/mDNSCore
SRCS+= mDNS.c DNSDigest.c uDNS.c DNSCommon.c
-.PATH: ${.CURDIR}/../../../contrib/mDNSResponder/mDNSShared
+.PATH: ${.CURDIR}/../../contrib/mDNSResponder/mDNSShared
SRCS+= mDNSDebug.c dnssd_ipc.c GenLinkedList.c \
PlatformCommon.c CryptoAlg.c anonymous.c
-SRCDIRS= ${.CURDIR}/../../../contrib/mDNSResponder/mDNSShared \
- ${.CURDIR}/../../../contrib/mDNSResponder/mDNSPosix \
- ${.CURDIR}/../../../contrib/mDNSResponder/mDNSCore
+SRCDIRS= ${.CURDIR}/../../contrib/mDNSResponder/mDNSShared \
+ ${.CURDIR}/../../contrib/mDNSResponder/mDNSPosix \
+ ${.CURDIR}/../../contrib/mDNSResponder/mDNSCore
-CFLAGS+= -I. -I${.CURDIR}/../../../contrib/mDNSResponder/mDNSPosix
-CFLAGS+= -I${.CURDIR}/../../../contrib/mDNSResponder/mDNSCore
-CFLAGS+= -I${.CURDIR}/../../../contrib/mDNSResponder/mDNSShared
+CFLAGS+= -I. -I${.CURDIR}/../../contrib/mDNSResponder/mDNSPosix
+CFLAGS+= -I${.CURDIR}/../../contrib/mDNSResponder/mDNSCore
+CFLAGS+= -I${.CURDIR}/../../contrib/mDNSResponder/mDNSShared
CFLAGS+= -DTARGET_OS_FREEBSD -DMDNS_VERSIONSTR_NODTS
CFLAGS+= -DIDLESLEEPCONTROL_DISABLED
CFLAGS+= -D_REENTRANT
Property changes on: trunk/usr.bin/mDNSResponderPosix/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list