This commit is contained in:
2014-08-09 14:59:12 +04:00
parent a57c6bd7fb
commit 51c7ec2471
4 changed files with 220 additions and 0 deletions

8
config.mk Normal file
View File

@@ -0,0 +1,8 @@
# Make config
USR ?= /usr/local
ETC ?= /etc
PREFIX ?= /
BINDIR = $(DESTDIR)$(PREFIX)/$(USR)/bin
ETCDIR = $(DESTDIR)$(PREFIX)/$(ETC)