summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 0b98ee3..eac4649 100644
--- a/Makefile
+++ b/Makefile
@@ -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
1821sendmail: \ 1821sendmail: \
1822load sendmail.o env.a getopt.a alloc.a substdio.a error.a str.a \ 1822load sendmail.o env.a getopt.a alloc.a getln.a substdio.a error.a str.a \
1823auto_qmail.o 1823auto_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
1827sendmail.o: \ 1827sendmail.o: \
1828compile sendmail.c sgetopt.h subgetopt.h substdio.h subfd.h \ 1828compile sendmail.c sgetopt.h subgetopt.h substdio.h subfd.h \
1829substdio.h alloc.h auto_qmail.h exit.h env.h str.h 1829substdio.h alloc.h auto_qmail.h exit.h env.h str.h stralloc.h \
1830getln.h readwrite.h wait.h fd.h sig.h
1830 ./compile sendmail.c 1831 ./compile sendmail.c
1831 1832
1832setup: \ 1833setup: \