diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-06-02 00:53:30 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-02 00:53:39 +0200 |
commit | 65b0095b1c126eee9f8d44f81593edb6ff601356 (patch) | |
tree | 279f50b1c4ec820ce78c67ea1e405e10aa5e304a /Makefile.am | |
parent | 134dc482d24c90ec050a953197391254f28c761c (diff) |
units: add SUSE service files
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index dc0c99fbe9..d752ec58c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -159,6 +159,13 @@ dist_systemunit_DATA += \ units/fedora/sysinit.service endif +if TARGET_SUSE +dist_systemunit_DATA += \ + units/suse/halt.service \ + units/suse/poweroff.service \ + units/suse/reboot.service +endif + if TARGET_GENTOO dist_systemunit_DATA += \ units/gentoo/halt.service \ |