diff options
-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}/ |