View | Details | Raw Unified | Return to bug 253270 | Differences between
and this patch

Collapse All | Expand All

(-)b/net/dhcpcd/files/patch-hooks_Makefile (+8 lines)
Added Link Here
1
--- hooks/Makefile.orig	2020-12-28 12:59:20 UTC
2
+++ hooks/Makefile
3
@@ -1,4 +1,4 @@
4
-TOP?=	../
5
+TOP=	../
6
 include ${TOP}/iconfig.mk
7
 
8
 PROG=		dhcpcd-run-hooks
(-)b/net/dhcpcd/files/patch-src_Makefile (+11 lines)
Added Link Here
1
--- src/Makefile.orig	2021-09-10 17:26:01 UTC
2
+++ src/Makefile
3
@@ -8,7 +8,7 @@ SRCS+=		dhcp-common.c script.c
4
 CFLAGS?=	-O2
5
 SUBDIRS+=	${MKDIRS}
6
 
7
-TOP?=		..
8
+TOP=		..
9
 include ${TOP}/iconfig.mk
10
 
11
 CSTD?=		c99
(-)b/net/dhcpcd/files/patch-src_dev_Makefile (+8 lines)
Added Link Here
1
--- src/dev/Makefile.orig	2020-12-28 12:59:20 UTC
2
+++ src/dev/Makefile
3
@@ -1,4 +1,4 @@
4
-TOP?=	../../
5
+TOP=	../../
6
 include ${TOP}/Makefile.inc
7
 include ${TOP}/config.mk
8
 
(-)b/net/dhcpcd/files/patch-tests_crypt_Makefile (+8 lines)
Added Link Here
1
--- tests/crypt/Makefile.orig	2020-12-28 12:59:20 UTC
2
+++ tests/crypt/Makefile
3
@@ -1,4 +1,4 @@
4
-TOP?=	../..
5
+TOP=	../..
6
 include ${TOP}/iconfig.mk
7
 
8
 PROG=		run-test
(-)b/net/dhcpcd/files/patch-tests_eloop-bench_Makefile (+8 lines)
Added Link Here
1
--- tests/eloop-bench/Makefile.orig	2020-12-28 12:59:20 UTC
2
+++ tests/eloop-bench/Makefile
3
@@ -1,4 +1,4 @@
4
-TOP?=	../..
5
+TOP=	../..
6
 include ${TOP}/iconfig.mk
7
 
8
 PROG=		eloop-bench

Return to bug 253270