diff --git a/external/bsd/dhcpcd/sbin/dhcpcd/Makefile b/external/bsd/dhcpcd/sbin/dhcpcd/Makefile index ec89b66f68ac..e2527c4a91ec 100644 --- a/external/bsd/dhcpcd/sbin/dhcpcd/Makefile +++ b/external/bsd/dhcpcd/sbin/dhcpcd/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.16 2013/09/20 10:58:16 roy Exp $ +# $NetBSD: Makefile,v 1.17 2014/01/03 22:27:31 roy Exp $ # PROG= dhcpcd SRCS= common.c control.c dhcpcd.c duid.c eloop.c SRCS+= if-options.c if-pref.c net.c script.c -SRCS+= dhcp-common.c +SRCS+= dhcp-common.c dhcpcd-embedded.c SRCS+= bpf.c if-bsd.c platform-bsd.c .include