# fcron's Makefile ########
############################
-# $Id: Makefile.in,v 1.6 2000-05-16 20:03:26 thib Exp $
+# $Id: Makefile.in,v 1.7 2000-05-17 19:20:46 thib Exp $
# ********************************************************* #
# *** Begin of configurable stuffs ************************ #
install: all
- @echo -e "\ninstalling ...\n"
-
$(INSTALL) -m 111 -o root -s fcron $(DESTSBIN)/
$(INSTALL) -m 4111 -o root -s fcrontab $(DESTBIN)/
$(INSTALL) -m 700 -o root files/fcron.allow $(ETC)/
mkdir -p $(FCRONTABS)
chmod 700 $(FCRONTABS)
- @echo -e "\n...done\n"
-
uninstall:
rm -f $(DESTSBIN)/fcron