Module Name: src
Committed By: roy
Date: Thu Jul 25 08:58:33 UTC 2019
Modified Files:
src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile
Log Message:
Revert prior as dhcpcd-8.0.1 now builds small without IPv4LL again.
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 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.46 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.47
--- src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.46 Wed Jul 24 21:19:05 2019
+++ src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Thu Jul 25 08:58:32 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2019/07/24 21:19:05 roy Exp $
+# $NetBSD: Makefile,v 1.47 2019/07/25 08:58:32 roy Exp $
#
WARNS?= 6
@@ -32,10 +32,10 @@ SRCS+= auth.c
.if (${USE_INET} != "no")
CPPFLAGS+= -DARP -DINET
SRCS+= arp.c bpf.c dhcp.c ipv4.c
-#.if !defined(SMALLPROG)
+.if !defined(SMALLPROG)
CPPFLAGS+= -DIPV4LL -DARPING
SRCS+= ipv4ll.c
-#.endif
+.endif
.endif
.if (${USE_INET6} != "no")