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 Include platform.c



details:   https://anonhg.NetBSD.org/src/rev/8bf5521ce17c
branches:  trunk
changeset: 752483:8bf5521ce17c
user:      roy <roy%NetBSD.org@localhost>
date:      Sat Feb 27 15:55:09 2010 +0000

description:
Include platform.c

diffstat:

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

diffs (17 lines):

diff -r bb991f321cfc -r 8bf5521ce17c external/bsd/dhcpcd/sbin/dhcpcd/Makefile
--- a/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Sat Feb 27 15:52:20 2010 +0000
+++ b/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Sat Feb 27 15:55:09 2010 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2009/10/02 21:40:16 roy Exp $
+# $NetBSD: Makefile,v 1.7 2010/02/27 15:55:09 roy Exp $
 #
 
 PROG=          dhcpcd
 SRCS=          arp.c bind.c common.c control.c configure.c dhcp.c dhcpcd.c \
                duid.c eloop.c if-options.c if-pref.c ipv4ll.c net.c \
                signals.c
-SRCS+=         bpf.c if-bsd.c
+SRCS+=         bpf.c if-bsd.c platform-bsd.c
 
 # getline is only available in NetBSD-6, so build the compat shim
 SRCS+=         getline.c



Home | Main Index | Thread Index | Old Index