Skip to content
Snippets Groups Projects
Commit 94ac4ed1 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

remove useless shutdown helper

parent 6f580409
No related branches found
No related tags found
No related merge requests found
......@@ -64,8 +64,8 @@ GENERATE_MAN := $(shell doc/make-man.sh)
endif
INSTALL_HTML := $(wildcard doc/$(version)/html/*.html)
INSTALL_MAN := $(wildcard doc/man/*/*)
INSTALL_DATA := skel/halt skel/init skel/poweroff skel/rc.init skel/rc.init.container \
skel/rc.shutdown skel/reboot skel/shutdown skel/rc.shutdown.final skel/init.conf
INSTALL_DATA := skel/init skel/rc.init skel/rc.init.container \
skel/rc.shutdown skel/rc.shutdown.final skel/init.conf
all: $(ALL_LIBS) $(ALL_BINS) $(ALL_INCLUDES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment