about summary refs log tree commit diff
path: root/sv/Makefile
blob: e5a9416de955dfb1c6861db362732445d3834d70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
DESTDIR=
SYSCONFDIR=/etc
SVDIR=$(SYSCONFDIR)/sv

install: FRC
	for f in daily hourly weekly monthly; do \
		mkdir -p $(DESTDIR)$(SVDIR)/snooze-$$f; \
		install -m0755 snooze-$$f/run \
			$(DESTDIR)$(SVDIR)/snooze-$$f/; \
	done

FRC: