about summary refs log tree commit diff
path: root/src/nix-env/Makefile.new
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix-env/Makefile.new')
-rw-r--r--src/nix-env/Makefile.new7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nix-env/Makefile.new b/src/nix-env/Makefile.new
new file mode 100644
index 000000000000..5c92274f3c61
--- /dev/null
+++ b/src/nix-env/Makefile.new
@@ -0,0 +1,7 @@
+PROGRAMS += nix-env
+
+nix-env_DIR := $(here)
+
+nix-env_SOURCES = nix-env.cc profiles.cc profiles.hh user-env.cc user-env.hh
+
+nix-env_LIBS = libexpr libmain libstore libutil libformat