summary refs log tree commit diff
path: root/package/targets.mak
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-03-17 14:06:46 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-03-17 14:06:46 +0000
commit96893711ec76b3c3b554313d7e97560b3cd62179 (patch)
treea783948a9d20e8a8434c63ba928c290b22ddb363 /package/targets.mak
parent82776d2fe715afcded74b3841f6d9a5b410e16c5 (diff)
downloads6-linux-utils-96893711ec76b3c3b554313d7e97560b3cd62179.tar.gz
s6-linux-utils-96893711ec76b3c3b554313d7e97560b3cd62179.tar.xz
s6-linux-utils-96893711ec76b3c3b554313d7e97560b3cd62179.zip
Add halt, poweroff, reboot as unexported commands
Diffstat (limited to 'package/targets.mak')
-rw-r--r--package/targets.mak3
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
+