dcf7a5ec3d
See https://github.com/NixOS/nixpkgs/pull/82131 for the rest of the changes for FreeBSD. This is PRed separately because it is a macOS moderate rebuild so we target staging. The main change is that we CD to the path we're building *after* applying patches, so we can patch other parts of the tree (from `extraPaths`) as needed. Another change is that `netbsd.install` no longer depends on `fts`, which it evidently no longer needs.
13 lines
311 B
Diff
13 lines
311 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 3f1e18dc659d..163362b82f94 100644
|
|
--- a/sys/Makefile
|
|
+++ b/sys/Makefile
|
|
@@ -2,6 +2,8 @@
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
+INCSDIR= ${INCSDIR0}
|
|
+
|
|
SUBDIR= altq arch compat dev fs miscfs \
|
|
net net80211 netatalk netbt netcan netipsec netinet netinet6 \
|
|
netmpls netsmb \
|