diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-16 22:50:02 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-16 22:50:02 +0200 |
commit | f0b02ca2afa806efb73b43a81204ff21c4c65446 (patch) | |
tree | 7bb10a0b45167928a451b913eba7193d70da2f26 /Makefile.am | |
parent | 07c132ffdd4146b3c5c8c01b220147cfc13122bb (diff) |
units: add rpcbind.target special
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 15da7b2439..7cbbe47faf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,6 +70,7 @@ dist_systemunit_DATA = \ units/network.target \ units/nss-lookup.target \ units/remote-fs.target \ + units/rpcbind.target \ units/rtc-set.target \ units/shutdown.target \ units/sigpwr.target \ |