diff options
author | William Harrington <kb0iic@cross-lfs.org> | 2014-04-27 16:19:08 -0500 |
---|---|---|
committer | William Harrington <kb0iic@cross-lfs.org> | 2014-04-27 16:19:08 -0500 |
commit | fe30929d4084647a3903e6b0b3b13b5b8b39bf07 (patch) | |
tree | d965a0a389b7ce958e4680a44912553485be70c5 /Makefile | |
parent | b157c9da90604ec07703380b4dc1d158198e8124 (diff) |
Add install-gpm target.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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}/ |