Module Name:    src
Committed By:   christos
Date:           Sun Jan 14 20:16:04 UTC 2018

Modified Files:
        src/external/apache2/mDNSResponder/usr.bin/dns-sd: Makefile

Log Message:
Add -I


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
    src/external/apache2/mDNSResponder/usr.bin/dns-sd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/apache2/mDNSResponder/usr.bin/dns-sd/Makefile
diff -u src/external/apache2/mDNSResponder/usr.bin/dns-sd/Makefile:1.1 src/external/apache2/mDNSResponder/usr.bin/dns-sd/Makefile:1.2
--- src/external/apache2/mDNSResponder/usr.bin/dns-sd/Makefile:1.1	Tue Sep 29 19:56:34 2009
+++ src/external/apache2/mDNSResponder/usr.bin/dns-sd/Makefile	Sun Jan 14 15:16:04 2018
@@ -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 @@ PROG=	dns-sd
 .PATH:	${DIST}/Clients ${DIST}/mDNSShared
 
 SRCS=	dns-sd.c ClientCommon.c
+CPPFLAGS+=-I${DIST}/mDNSShared
 LDADD+= -ldns_sd
 DPADD+= ${LIBDNS_SD}
 

Reply via email to