about summary refs log tree commit diff
path: root/third_party/nix/misc/upstart/local.mk
blob: a73dc061e4fc3b865dd7b711e450f8acc5b0ddeb (plain) (blame)
1
2
3
4
5
ifeq ($(OS), Linux)

  $(foreach n, nix-daemon.conf, $(eval $(call install-file-in, $(d)/$(n), $(sysconfdir)/init, 0644)))

endif