aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@cross-lfs.org>2014-04-27 16:19:08 -0500
committerWilliam Harrington <kb0iic@cross-lfs.org>2014-04-27 16:19:08 -0500
commitfe30929d4084647a3903e6b0b3b13b5b8b39bf07 (patch)
treed965a0a389b7ce958e4680a44912553485be70c5 /Makefile
parentb157c9da90604ec07703380b4dc1d158198e8124 (diff)
Add install-gpm target.
Diffstat (limited to 'Makefile')
-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}/