summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 95d22e18a322edfe03936f1e7af3d6261ea386da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
BINFILES=mgasoft mgasoft-publish
CFGFILES=mgasoft.conf

sysconfdir=/etc
bindir=/usr/bin

all:


install:
	install -d $(DESTDIR)$(bindir) $(DESTDIR)$(sysconfdir)
	install -m 755 $(BINFILES) $(DESTDIR)$(bindir)
	install -m 644 $(CFGFILES) $(DESTDIR)$(sysconfdir)