Module Name:    src
Committed By:   roy
Date:           Sat May 16 23:33:33 UTC 2015

Modified Files:
        src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile

Log Message:
Inform dhcpcd we have config.h file to load.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/external/bsd/dhcpcd/sbin/dhcpcd/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/bsd/dhcpcd/sbin/dhcpcd/Makefile
diff -u src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.24 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.25
--- src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.24	Fri Mar 27 11:35:02 2015
+++ src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile	Sat May 16 23:33:33 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2015/03/27 11:35:02 roy Exp $
+# $NetBSD: Makefile,v 1.25 2015/05/16 23:33:33 roy Exp $
 #
 
 PROG=		dhcpcd
@@ -10,6 +10,8 @@ SRCS+=		if-bsd.c
 WARNS?=		6
 USE_FORT?=	yes	# network client (local server)
 
+CPPFLAGS+=	-DHAVE_CONFIG_H
+
 .include <bsd.own.mk>
 
 SRCS+=		auth.c hmac_md5.c

Reply via email to