diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-17 14:06:46 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-17 14:06:46 +0000 |
commit | 96893711ec76b3c3b554313d7e97560b3cd62179 (patch) | |
tree | a783948a9d20e8a8434c63ba928c290b22ddb363 /package/targets.mak | |
parent | 82776d2fe715afcded74b3841f6d9a5b410e16c5 (diff) | |
download | s6-linux-utils-96893711ec76b3c3b554313d7e97560b3cd62179.tar.xz |
Add halt, poweroff, reboot as unexported commands
Diffstat (limited to 'package/targets.mak')
-rw-r--r-- | package/targets.mak | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/targets.mak b/package/targets.mak index 14bc019..964f9aa 100644 --- a/package/targets.mak +++ b/package/targets.mak @@ -17,4 +17,5 @@ s6-swapon \ s6-umount \ SBIN_TARGETS := -LIBEXEC_TARGETS := +LIBEXEC_TARGETS := halt poweroff reboot + |