diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 16 |
1 files changed, 6 insertions, 10 deletions
| @@ -970,12 +970,12 @@ qmail-smtpd.0 tcp-env.0 qmail-newmrh.0 qreceipt.0 qbiff.0 forward.0 \ | |||
| 970 | preline.0 condredirect.0 bouncesaying.0 except.0 maildirmake.0 \ | 970 | preline.0 condredirect.0 bouncesaying.0 except.0 maildirmake.0 \ |
| 971 | maildir2mbox.0 maildirwatch.0 qmail.0 qmail-limits.0 qmail-log.0 \ | 971 | maildir2mbox.0 maildirwatch.0 qmail.0 qmail-limits.0 qmail-log.0 \ |
| 972 | qmail-control.0 qmail-header.0 qmail-users.0 dot-qmail.0 \ | 972 | qmail-control.0 qmail-header.0 qmail-users.0 dot-qmail.0 \ |
| 973 | qmail-command.0 tcp-environ.0 maildir.0 mbox.0 addresses.0 \ | 973 | qmail-command.0 maildir.0 qmail-mbox.0 addresses.0 \ |
| 974 | envelopes.0 forgeries.0 | 974 | envelopes.0 forgeries.0 |
| 975 | 975 | ||
| 976 | mbox.0: \ | 976 | qmail-mbox.0: \ |
| 977 | mbox.5 | 977 | qmail-mbox.5 |
| 978 | nroff -man mbox.5 > mbox.0 | 978 | nroff -man qmail-mbox.5 > qmail-mbox.0 |
| 979 | 979 | ||
| 980 | myctime.o: \ | 980 | myctime.o: \ |
| 981 | compile myctime.c datetime.h fmt.h myctime.h | 981 | compile myctime.c datetime.h fmt.h myctime.h |
| @@ -1851,7 +1851,7 @@ auto_spawn.h chkspawn.c conf-split auto_split.h conf-patrn \ | |||
| 1851 | auto_patrn.h conf-users conf-groups auto_uids.h auto_usera.h extra.h \ | 1851 | auto_patrn.h conf-users conf-groups auto_uids.h auto_usera.h extra.h \ |
| 1852 | addresses.5 except.1 bouncesaying.1 condredirect.1 dot-qmail.9 \ | 1852 | addresses.5 except.1 bouncesaying.1 condredirect.1 dot-qmail.9 \ |
| 1853 | envelopes.5 forgeries.7 forward.1 maildir2mbox.1 maildirmake.1 \ | 1853 | envelopes.5 forgeries.7 forward.1 maildir2mbox.1 maildirmake.1 \ |
| 1854 | maildirwatch.1 mailsubj.1 mbox.5 preline.1 qbiff.1 qmail-clean.8 \ | 1854 | maildirwatch.1 mailsubj.1 qmail-mbox.5 preline.1 qbiff.1 qmail-clean.8 \ |
| 1855 | qmail-command.8 qmail-control.9 qmail-getpw.9 qmail-header.5 \ | 1855 | qmail-command.8 qmail-control.9 qmail-getpw.9 qmail-header.5 \ |
| 1856 | qmail-inject.8 qmail-limits.9 qmail-local.8 qmail-log.5 \ | 1856 | qmail-inject.8 qmail-limits.9 qmail-local.8 qmail-log.5 \ |
| 1857 | qmail-lspawn.8 qmail-newmrh.9 qmail-newu.9 qmail-pop3d.8 \ | 1857 | qmail-lspawn.8 qmail-newmrh.9 qmail-newu.9 qmail-pop3d.8 \ |
| @@ -1914,7 +1914,7 @@ date822fmt.h date822fmt.c dns.h dns.c trylsock.c tryrsolv.c ip.h ip.c \ | |||
| 1914 | ipalloc.h ipalloc.c select.h1 select.h2 trysysel.c ndelay.h ndelay.c \ | 1914 | ipalloc.h ipalloc.c select.h1 select.h2 trysysel.c ndelay.h ndelay.c \ |
| 1915 | ndelay_off.c direntry.3 direntry.h1 direntry.h2 trydrent.c prot.h \ | 1915 | ndelay_off.c direntry.3 direntry.h1 direntry.h2 trydrent.c prot.h \ |
| 1916 | prot.c chkshsgr.c warn-shsgr tryshsgr.c ipme.h ipme.c trysalen.c \ | 1916 | prot.c chkshsgr.c warn-shsgr tryshsgr.c ipme.h ipme.c trysalen.c \ |
| 1917 | maildir.5 maildir.h maildir.c tcp-environ.5 constmap.h constmap.c \ | 1917 | maildir.5 maildir.h maildir.c constmap.h constmap.c \ |
| 1918 | update_tmprsadh | 1918 | update_tmprsadh |
| 1919 | shar -m `cat FILES` > shar | 1919 | shar -m `cat FILES` > shar |
| 1920 | chmod 400 shar | 1920 | chmod 400 shar |
| @@ -2170,10 +2170,6 @@ compile tcp-env.c sig.h stralloc.h gen_alloc.h str.h env.h fmt.h \ | |||
| 2170 | scan.h subgetopt.h ip.h dns.h byte.h remoteinfo.h exit.h case.h | 2170 | scan.h subgetopt.h ip.h dns.h byte.h remoteinfo.h exit.h case.h |
| 2171 | ./compile tcp-env.c | 2171 | ./compile tcp-env.c |
| 2172 | 2172 | ||
| 2173 | tcp-environ.0: \ | ||
| 2174 | tcp-environ.5 | ||
| 2175 | nroff -man tcp-environ.5 > tcp-environ.0 | ||
| 2176 | |||
| 2177 | tcpto.o: \ | 2173 | tcpto.o: \ |
| 2178 | compile tcpto.c tcpto.h open.h lock.h seek.h now.h datetime.h ip.h \ | 2174 | compile tcpto.c tcpto.h open.h lock.h seek.h now.h datetime.h ip.h \ |
| 2179 | byte.h datetime.h readwrite.h | 2175 | byte.h datetime.h readwrite.h |
