Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/apache2/mDNSResponder/usr.bin/dns-sd Add -I



details:   https://anonhg.NetBSD.org/src/rev/3db17769f061
branches:  trunk
changeset: 829019:3db17769f061
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 14 20:16:04 2018 +0000

description:
Add -I

diffstat:

 external/apache2/mDNSResponder/usr.bin/dns-sd/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f4fce08f6767 -r 3db17769f061 external/apache2/mDNSResponder/usr.bin/dns-sd/Makefile
--- a/external/apache2/mDNSResponder/usr.bin/dns-sd/Makefile    Sun Jan 14 20:07:02 2018 +0000
+++ b/external/apache2/mDNSResponder/usr.bin/dns-sd/Makefile    Sun Jan 14 20:16:04 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2009/09/29 23:56:34 tsarna Exp $
+#      $NetBSD: Makefile,v 1.2 2018/01/14 20:16:04 christos Exp $
 
 PROG=  dns-sd
 
@@ -7,6 +7,7 @@
 .PATH: ${DIST}/Clients ${DIST}/mDNSShared
 
 SRCS=  dns-sd.c ClientCommon.c
+CPPFLAGS+=-I${DIST}/mDNSShared
 LDADD+= -ldns_sd
 DPADD+= ${LIBDNS_SD}
 



Home | Main Index | Thread Index | Old Index