summaryrefslogtreecommitdiff
path: root/make/template/main.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make/template/main.mk')
-rw-r--r--make/template/main.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/make/template/main.mk b/make/template/main.mk
index e2840e651..d2a040f97 100644
--- a/make/template/main.mk
+++ b/make/template/main.mk
@@ -24,7 +24,6 @@ BASE = "@BASE_DIR@"
CONPATH = "@CONFIG_DIR@"
MODPATH = "@MODULE_DIR@"
BINPATH = "@BINARY_DIR@"
-LAUNCHDPATH = "/System/Library/LaunchDaemons"
INSTMODE = 0755
@IFEQ $(CC) icc
@@ -192,9 +191,6 @@ deinstall:
squeakyclean: distclean
-launchd_dir:
- @-install -d -m $(INSTMODE) ${LAUNCHDPATH}
-
configureclean:
rm -f .config.cache
rm -f src/modules/Makefile
@@ -235,4 +231,4 @@ help:
@echo ' deinstall Removes the files created by "make install"'
@echo
-.PHONY: all target debug debug-header mod-header mod-footer std-header finishmessage install clean deinstall squeakyclean launchd_dir configureclean help
+.PHONY: all target debug debug-header mod-header mod-footer std-header finishmessage install clean deinstall squeakyclean configureclean help