aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9b5c9f2..74d71ff 100644
--- a/Makefile
+++ b/Makefile
@@ -53,6 +53,11 @@ install-fcron: create-dirs
install -m ${CONFMODE} clfs/units/fcron.service ${UNITSDIR}/
systemctl enable fcron.service
+install-gpm: create-dirs
+ install -m ${CONFMOD} clfs/default/gpm ${DEFAULTSDIR}/
+ install -m ${CONFMODE} clfs/units/gpm.service ${UNITSDIR}/
+ systemctl enable gpm.service
+
install-httpd: create-dirs
install -m ${CONFMODE} clfs/tmpfiles/httpd.conf ${TMPFILESDIR}/
install -m ${CONFMODE} clfs/units/httpd.service ${UNITSDIR}/