summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--Makefile6
2 files changed, 3 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 0446d88..b128030 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,5 @@
/LICENSE.*.txt
parabola-keyring-*.tar.gz
+
+/config.mk
diff --git a/Makefile b/Makefile
index 8eaf4f3..4ddef29 100644
--- a/Makefile
+++ b/Makefile
@@ -13,11 +13,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-prefix=/usr
-bindir=$(libexecdir)/$(PACKAGE)
-libexecdir=$(libdir)
-sysconfdir=/etc
-
+-include config.mk
PACKAGE = parabola-hackers
sysusersdir=$(prefix)/lib/sysusers.d
systemunitdir=$(prefix)/lib/systemd/system