diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-03-18 16:11:12 -0700 |
---|---|---|
committer | Jade Lovelace <lix@jade.fyi> | 2024-03-18 18:28:08 -0700 |
commit | 985bd5eb9fbb9e67dfd25c30cf9a911c874ccf42 (patch) | |
tree | ca9f2e09aa4ecce4730e85bff1565a7de690d01d /Makefile | |
parent | b3599166ad98c3cad304183bd7cc7bc280522e71 (diff) |
un-ups your start
We do not need upstart, it is so thoroughly obsolete that we should not
care about supporting it.
Change-Id: Ie0ca084740845555fddffacc899cd129c9a4c1fe
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -20,8 +20,7 @@ makefiles = \ misc/fish/local.mk \ misc/zsh/local.mk \ misc/systemd/local.mk \ - misc/launchd/local.mk \ - misc/upstart/local.mk + misc/launchd/local.mk endif ifeq ($(ENABLE_BUILD)_$(ENABLE_TESTS), yes_yes) |