From 99a69fd8b6034214c0729e9a3a684bbe9d541eb0 Mon Sep 17 00:00:00 2001 From: Damien Zammit Date: Sat, 2 Mar 2019 15:31:04 -0800 Subject: 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. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3