2013-11-22 14:54:18 +00:00
|
|
|
PROGRAMS += nix-env
|
|
|
|
|
2013-11-22 16:45:52 +00:00
|
|
|
nix-env_DIR := $(d)
|
2013-11-22 14:54:18 +00:00
|
|
|
|
|
|
|
nix-env_SOURCES = nix-env.cc profiles.cc profiles.hh user-env.cc user-env.hh
|
|
|
|
|
|
|
|
nix-env_LIBS = libexpr libmain libstore libutil libformat
|