]> pere.pagekite.me Git - exim4-smtorp.git/blob - Makefile
Fix typo in xinet path.
[exim4-smtorp.git] / Makefile
1 DESTDIR=
2 sysconfdir=/etc
3
4 INSTALL_DATA = install -m644
5
6 MAKE=make
7
8 all clean:
9 $(MAKE) -C tor-smtp $@
10 install:
11 for f in $$(cd exim4-conf.d; find . -type f); do \
12 $(INSTALL_DATA) -D exim4-conf.d/$$f $(DESTDIR)$(sysconfdir)/exim4/conf.d/$$f; \
13 done
14 $(INSTALL_DATA) -D xinetd $(DESTDIR)$(sysconfdir)/xinetd.d/exim4-smtorp