diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 52286b1fa673..2ee40b56b1d3 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,9 @@ makefiles = \ src/nix-daemon/local.mk \ src/nix-collect-garbage/local.mk \ src/nix-prefetch-url/local.mk \ + src/buildenv/local.mk \ + src/resolve-system-dependencies/local.mk \ + src/nix-channel/local.mk \ src/nix-build/local.mk \ perl/local.mk \ scripts/local.mk \ |