From fe30929d4084647a3903e6b0b3b13b5b8b39bf07 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Sun, 27 Apr 2014 16:19:08 -0500 Subject: Add install-gpm target. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') 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}/ -- cgit v1.2.3-54-g00ecf