diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-10 02:41:06 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-10 02:41:06 +0200 |
commit | 4e67ddd6b39c2847cc399ab0874427baa7ea8935 (patch) | |
tree | 075d2522de569fb8a32651ad0728aeb720c8eed1 /Makefile.am | |
parent | b8131a87ccdd9376882ca0a8dd3cfe45172e4c46 (diff) |
units: introduce umount.target for unmounting all file systems
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 f6ae7d62c7..57b8aa525c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -126,6 +126,7 @@ dist_systemunit_DATA = \ units/rpcbind.target \ units/rtc-set.target \ units/shutdown.target \ + units/umount.target \ units/sigpwr.target \ units/sockets.target \ units/swap.target \ |