forked from lix-project/lix
13 lines
276 B
Makefile
13 lines
276 B
Makefile
programs += nix-daemon
|
|
|
|
nix-daemon_DIR := $(d)
|
|
|
|
nix-daemon_SOURCES := $(d)/nix-daemon.cc
|
|
|
|
nix-daemon_LIBS = libmain libstore libutil libformat
|
|
|
|
ifeq ($(OS), SunOS)
|
|
nix-daemon_LDFLAGS += -lsocket
|
|
endif
|
|
|
|
$(eval $(call install-symlink, nix-daemon, $(bindir)/nix-worker))
|