diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-24 22:30:54 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-24 22:30:54 +0200 |
commit | 683f468c54a81fd4084a2ba1082025959cd3c7d1 (patch) | |
tree | 2ffcaeb250cc1efc8e07f23175e5a1f42a050568 /Makefile.am | |
parent | 1e287fe32fd15b1691cbb966feef5fc2f9f6cf7b (diff) |
unit: ship a mail-transfer-agent.target unit by default
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f1f9da7a0b..a96b89d618 100644 --- a/Makefile.am +++ b/Makefile.am @@ -87,6 +87,7 @@ dist_systemunit_DATA = \ units/local-fs.target \ units/network.target \ units/nss-lookup.target \ + units/mail-transfer-agent.target \ units/poweroff.target \ units/reboot.target \ units/remote-fs.target \ |