From: thib Date: Mon, 4 Dec 2000 20:17:34 +0000 (+0000) Subject: added install-boot X-Git-Tag: ver1564~414 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89940dc7942ced4c2b556ceb9063969dd2226211;p=fcron 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