summaryrefslogtreecommitdiff
path: root/Makefile
blob: 5f4e0b1e111a396f0c25aa4db4a8abdcafbf0674 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
all: nothing

nothing:
	@echo "Nothing to see here"

PREFIX ?= /usr

install:
	install -d $(DESTDIR)$(PREFIX)/sbin
	for TOOL in br-ct-sync-chroots enter-baserock manage-baserock; do \
		install -m 0755 $${TOOL} $(DESTDIR)$(PREFIX)/sbin/$${TOOL}; \
	done
	install -d $(DESTDIR)/opt/baserock/chroots