From: Thibault Godouet Date: Mon, 4 Dec 2000 20:17:34 +0000 (+0000) Subject: added install-boot X-Git-Tag: ver2_9_4~488 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4cf2b81d2c6db6d5b83036fa992b835e4eacd3f;p=thirdparty%2Ffcron.git added install-boot --- diff --git a/Makefile.in b/Makefile.in index 7c3861a..4c3b2eb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # @configure_input@ -# $Id: Makefile.in,v 1.48 2000-11-18 14:52:47 thib Exp $ +# $Id: Makefile.in,v 1.49 2000-12-04 20:17:34 thib Exp $ # The following should not be edited manually (use configure options) # If you must do it, BEWARE : some of the following is also defined @@ -115,6 +115,11 @@ install: all script/sysVinit-install "$(INSTALL)" $(DESTSBIN) $(DEBUG) $(FCRONTABS) +install-boot: install + if test "$(DEBUG)" = "1"; then \ + script/sysVinit-install "$(INSTALL)" $(DESTSBIN) 0 $(FCRONTABS) ;\ + fi + uninstall: rm -f $(DESTSBIN)/fcron rm -f $(DESTBIN)/fcrontab