diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-04-07T09·18+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-04-07T09·50+0200 |
commit | 84d6936371037559704337614c65007a8e61b5e1 (patch) | |
tree | eb21a77502e0c67d525128e74212606e11ce0ea5 /Makefile | |
parent | 8e5fbf4d730b9fcf39eddf5539a206cf19d2cdce (diff) |
Install systemd units
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index bcfa89dd2305..77f22db9f218 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ makefiles = \ perl/local.mk \ scripts/local.mk \ corepkgs/local.mk \ + misc/systemd/local.mk \ misc/emacs/local.mk \ doc/manual/local.mk \ tests/local.mk |