summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2019-03-02 15:31:04 -0800
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2019-03-02 15:32:08 -0800
commit99a69fd8b6034214c0729e9a3a684bbe9d541eb0 (patch)
tree5c6faf43f8e14bbfdb5647e396362a592ce08772 /Makefile
parent33421955afb21c5e89a85f0b8f19c3644b18c8ae (diff)
Add shutdown RPC && ACPI specific disappear routine
* Makefile (prog-subdirs): Add shutdown. * hurd/hurd_types.defs (shutdown_t): New type. * hurd/hurd_types.h (shutdown_t): New type. * hurd/shutdown.defs: New file. * shutdown: New directory.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aa4ddc5a..f1d10c35 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,8 @@ prog-subdirs = auth proc exec term \
devnode \
eth-multiplexer \
pci-arbiter \
- acpi
+ acpi \
+ shutdown
ifeq ($(HAVE_SUN_RPC),yes)
prog-subdirs += nfs nfsd