about summary refs log tree commit diff
path: root/third_party/nix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/Makefile')
-rw-r--r--third_party/nix/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/third_party/nix/Makefile b/third_party/nix/Makefile
deleted file mode 100644
index 9ac82fda65..0000000000
--- a/third_party/nix/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-makefiles = \
-  local.mk \
-  src/libutil/local.mk \
-  src/libstore/local.mk \
-  src/libmain/local.mk \
-  src/libexpr/local.mk \
-  src/nix/local.mk \
-  src/resolve-system-dependencies/local.mk \
-  scripts/local.mk \
-  corepkgs/local.mk \
-  misc/systemd/local.mk \
-  misc/launchd/local.mk \
-  misc/upstart/local.mk \
-  doc/manual/local.mk \
-  tests/local.mk \
-  tests/plugins/local.mk
-
-GLOBAL_CXXFLAGS += -g -Wall -include config.h
-
--include Makefile.config
-
-include mk/lib.mk