summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2010-06-16 13:50:55 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-16 23:13:10 +0200
commit1ebdf2d8793181f31b766b8342391aa1978f9917 (patch)
treeb3e776d73eca8cc587d540b36db7a9cb909d3b65 /Makefile.am
parent812cce323db081634f37e4ec6d29f2b9328a3f52 (diff)
units: make Arch boot
This patch gives minimal Arch support (enough to boot). We still need to parse the services to start from /etc/rc.conf before systemd can be a drop-in replacement on Arch.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b887d2621c..3e77a4737b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -185,6 +185,15 @@ dist_systemunit_DATA += \
units/gentoo/xdm.service
endif
+if TARGET_ARCH
+dist_systemunit_DATA += \
+ units/arch/sysinit.service \
+ units/arch/rc-local.service \
+ units/arch/halt.service \
+ units/arch/poweroff.service \
+ units/arch/reboot.service
+endif
+
# This is needed because automake is buggy in how it generates the
# rules for C programs, but not Vala programs. We therefore can't
# list the .h files as dependencies if we want make dist to work.