aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@cross-lfs.org>2014-04-28 20:16:02 -0500
committerWilliam Harrington <kb0iic@cross-lfs.org>2014-04-28 20:16:02 -0500
commit623738b76cf0436eda01596b396f60b27ec0a5a0 (patch)
tree79b4b05144aa4ca3291eb3dae52588ed88983074 /Makefile
parent924c6030769b283d513e7d2289405af927272fdb (diff)
Add commands to install fcron configuration file during install-fcron target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f0c710c..b2e2dd1 100644
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,7 @@ install-dhcpd: create-dirs
systemctl enable dhcpd.service
install-fcron: create-dirs
+ install -m ${CONFMODE} clfs/default/fcron ${DEFAULTSDIR}/
install -m ${CONFMODE} clfs/units/fcron.service ${UNITSDIR}/
systemctl enable fcron.service