aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2014-04-26 21:18:38 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2014-04-26 21:18:38 -0500
commit6695e282a58fe395046ec794dba88cfad3f524d8 (patch)
tree8cbba67a305f34f4ec2c9d3093ca23acf454a4b3 /Makefile
parent4bf827ba977c5e158fceb5653f610b21770b317a (diff)
Merge changes from my local repo to the one at cross-lfs.org.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3c63df2..9b5c9f2 100644
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,11 @@ install-acpid: create-dirs
install -m ${CONFMODE} clfs/units/acpid.socket ${UNITSDIR}/
systemctl enable acpid.socket
+install-apcupsd: create-dirs
+ install -m ${CONFMODE} clfs/tmpfiles/apcupsd.conf ${TMPFILESDIR}/
+ install -m ${CONFMODE} clfs/units/apcupsd.service ${UNITSDIR}/
+ systemctl enable apcupsd.service
+
install-dhcpd: create-dirs
install -m ${CONFMODE} clfs/default/dhcpd ${DEFAULTSDIR}/
install -m ${CONFMODE} clfs/units/dhcpd.service ${UNITSDIR}/