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