aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJade Lovelace <lix@jade.fyi>2024-03-18 16:11:12 -0700
committerJade Lovelace <lix@jade.fyi>2024-03-18 18:28:08 -0700
commit985bd5eb9fbb9e67dfd25c30cf9a911c874ccf42 (patch)
treeca9f2e09aa4ecce4730e85bff1565a7de690d01d /Makefile
parentb3599166ad98c3cad304183bd7cc7bc280522e71 (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--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 557aa1cc4..bb1b82bb1 100644
--- a/Makefile
+++ b/Makefile
@@ -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)