You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
540 B

  1. --- a/cf/cf/Makefile
  2. +++ b/cf/cf/Makefile
  3. @@ -80,10 +80,10 @@ install:
  4. install-cf: install-sendmail-cf install-submit-cf
  5. install-sendmail-cf: $(CF).cf
  6. - $(INSTALL) -c -o $(CFOWN) -g $(CFGRP) -m $(CFMODE) $(CF).cf ${DESTDIR}$(MAILDIR)/sendmail.cf
  7. + $(INSTALL) -c -m $(CFMODE) $(CF).cf ${DESTDIR}$(MAILDIR)/sendmail.cf
  8. install-submit-cf: $(SUBMIT).cf
  9. - $(INSTALL) -c -o $(CFOWN) -g $(CFGRP) -m $(CFMODE) $(SUBMIT).cf ${DESTDIR}$(MAILDIR)/submit.cf
  10. + $(INSTALL) -c -m $(CFMODE) $(SUBMIT).cf ${DESTDIR}$(MAILDIR)/submit.cf
  11. depend: