Module Name: src Committed By: roy Date: Sat Feb 27 15:55:09 UTC 2010
Modified Files: src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile Log Message: Include platform.c To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 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.6 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.7 --- src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.6 Fri Oct 2 21:40:16 2009 +++ src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Sat Feb 27 15:55:09 2010 @@ -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