diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile index eb2c01ad9539..37a3d99ca8fc 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,8 @@ 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 \ perl/local.mk \ scripts/local.mk \ |