diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
| @@ -1819,14 +1819,15 @@ compile trysysel.c select.h1 select.h2 | |||
| 1819 | rm -f trysysel.o trysysel | 1819 | rm -f trysysel.o trysysel |
| 1820 | 1820 | ||
| 1821 | sendmail: \ | 1821 | sendmail: \ |
| 1822 | load sendmail.o env.a getopt.a alloc.a substdio.a error.a str.a \ | 1822 | load sendmail.o env.a getopt.a alloc.a getln.a substdio.a error.a str.a \ |
| 1823 | auto_qmail.o | 1823 | auto_qmail.o stralloc.a wait.a fd.a sig.a |
| 1824 | ./load sendmail env.a getopt.a alloc.a substdio.a error.a \ | 1824 | ./load sendmail env.a getopt.a alloc.a getln.a substdio.a error.a \ |
| 1825 | str.a auto_qmail.o | 1825 | str.a auto_qmail.o stralloc.a wait.a fd.a sig.a |
| 1826 | 1826 | ||
| 1827 | sendmail.o: \ | 1827 | sendmail.o: \ |
| 1828 | compile sendmail.c sgetopt.h subgetopt.h substdio.h subfd.h \ | 1828 | compile sendmail.c sgetopt.h subgetopt.h substdio.h subfd.h \ |
| 1829 | substdio.h alloc.h auto_qmail.h exit.h env.h str.h | 1829 | substdio.h alloc.h auto_qmail.h exit.h env.h str.h stralloc.h \ |
| 1830 | getln.h readwrite.h wait.h fd.h sig.h | ||
| 1830 | ./compile sendmail.c | 1831 | ./compile sendmail.c |
| 1831 | 1832 | ||
| 1832 | setup: \ | 1833 | setup: \ |
