diff options
Diffstat (limited to 'shutdown')
-rw-r--r-- | shutdown/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shutdown/Makefile b/shutdown/Makefile index ced79702..8c219c4c 100644 --- a/shutdown/Makefile +++ b/shutdown/Makefile @@ -19,7 +19,7 @@ dir := shutdown makemode := server SRCS = shutdown.c acpi_shutdown.c -HURDLIBS = ports shouldbeinlibc trivfs +HURDLIBS = ports shouldbeinlibc trivfs iohelp ihash target = shutdown MIGSTUBS = shutdownServer.o MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h |