Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/dhcpcd/sbin/dhcpcd Build logerr support.



details:   https://anonhg.NetBSD.org/src/rev/67d535060b18
branches:  trunk
changeset: 823167:67d535060b18
user:      roy <roy%NetBSD.org@localhost>
date:      Fri Apr 14 10:00:06 2017 +0000

description:
Build logerr support.

diffstat:

 external/bsd/dhcpcd/sbin/dhcpcd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a60ae611c631 -r 67d535060b18 external/bsd/dhcpcd/sbin/dhcpcd/Makefile
--- a/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Fri Apr 14 09:56:32 2017 +0000
+++ b/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Fri Apr 14 10:00:06 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2017/04/14 07:55:55 roy Exp $
+# $NetBSD: Makefile,v 1.40 2017/04/14 10:00:06 roy Exp $
 #
 
 WARNS?=                6
@@ -8,7 +8,7 @@
 .include "../../Makefile.inc"
 
 PROG=          dhcpcd
-SRCS=          common.c control.c dhcpcd.c duid.c eloop.c
+SRCS=          common.c control.c dhcpcd.c duid.c eloop.c logerr.c
 SRCS+=         if.c if-options.c route.c sa.c script.c
 SRCS+=         dhcp-common.c dhcpcd-embedded.c
 SRCS+=         if-bsd.c



Home | Main Index | Thread Index | Old Index