diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-05-02T11·14+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-05-02T11·14+0200 |
commit | 20668b136329da92be7c63e7f7c4918968ff0015 (patch) | |
tree | 73be9e65b2fc0d916318372b2582a44f891d8991 /Makefile | |
parent | de4cdd0d47adc70a4db12397a42c18ee50b4e662 (diff) |
Install an Upstart service
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 77f22db9f218..d6c645f0f336 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ makefiles = \ scripts/local.mk \ corepkgs/local.mk \ misc/systemd/local.mk \ + misc/upstart/local.mk \ misc/emacs/local.mk \ doc/manual/local.mk \ tests/local.mk |