Module Name: src
Committed By: roy
Date: Fri Sep 15 12:02:00 UTC 2017
Modified Files:
src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile
Log Message:
build dhcpcd with ARPING support for non small builds.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 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.40 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.41
--- src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.40 Fri Apr 14 10:00:06 2017
+++ src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Fri Sep 15 12:02:00 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2017/04/14 10:00:06 roy Exp $
+# $NetBSD: Makefile,v 1.41 2017/09/15 12:02:00 roy Exp $
#
WARNS?= 6
@@ -33,7 +33,7 @@ SRCS+= auth.c hmac_md5.c
CPPFLAGS+= -DARP -DINET
SRCS+= arp.c bpf.c dhcp.c ipv4.c
.if !defined(SMALLPROG)
-CPPFLAGS+= -DIPV4LL
+CPPFLAGS+= -DIPV4LL -DARPING
SRCS+= ipv4ll.c
.endif
.endif