diff options
| author | manuel <manuel@mausz.at> | 2023-08-07 16:33:27 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2023-08-07 16:33:27 +0200 |
| commit | 696792f08106e5bea4a8847e394401c1a68ecf9c (patch) | |
| tree | f8e5481c9a86c95ff2cdc4cd803e3c0ab180e48c /Makefile | |
| parent | ae63d731e9c1d9a0403aac3ee0e680a6508dff07 (diff) | |
| download | qmail-696792f08106e5bea4a8847e394401c1a68ecf9c.tar.gz qmail-696792f08106e5bea4a8847e394401c1a68ecf9c.tar.bz2 qmail-696792f08106e5bea4a8847e394401c1a68ecf9c.zip | |
add dns_tlsa(...) and dnstlsa utility
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 14 |
1 files changed, 13 insertions, 1 deletions
| @@ -479,6 +479,18 @@ compile dnsptr.c substdio.h subfd.h substdio.h stralloc.h gen_alloc.h \ | |||
| 479 | str.h scan.h dns.h dnsdoe.h ip.h exit.h | 479 | str.h scan.h dns.h dnsdoe.h ip.h exit.h |
| 480 | ./compile dnsptr.c | 480 | ./compile dnsptr.c |
| 481 | 481 | ||
| 482 | dnstlsa: \ | ||
| 483 | load dnstlsa.o dns.o dnsdoe.o ip.o ipalloc.o stralloc.a alloc.a \ | ||
| 484 | substdio.a error.a str.a fs.a dns.lib socket.lib | ||
| 485 | ./load dnstlsa dns.o dnsdoe.o ip.o ipalloc.o stralloc.a \ | ||
| 486 | alloc.a substdio.a error.a str.a fs.a `cat dns.lib` `cat \ | ||
| 487 | socket.lib` getopt.a | ||
| 488 | |||
| 489 | dnstlsa.o: \ | ||
| 490 | compile dnstlsa.c substdio.h subfd.h substdio.h stralloc.h gen_alloc.h \ | ||
| 491 | str.h scan.h dns.h dnsdoe.h ip.h exit.h | ||
| 492 | ./compile dnstlsa.c | ||
| 493 | |||
| 482 | dot-qmail.0: \ | 494 | dot-qmail.0: \ |
| 483 | dot-qmail.5 | 495 | dot-qmail.5 |
| 484 | nroff -man dot-qmail.5 > dot-qmail.0 | 496 | nroff -man dot-qmail.5 > dot-qmail.0 |
| @@ -812,7 +824,7 @@ predate datemail mailsubj qmail-upq qmail-showctl qmail-newu \ | |||
| 812 | qmail-pw2u qmail-qread qmail-qstat qmail-tcpto qmail-tcpok \ | 824 | qmail-pw2u qmail-qread qmail-qstat qmail-tcpto qmail-tcpok \ |
| 813 | qmail-pop3d qmail-popup qmail-qmqpc qmail-qmqpd qmail-qmtpd \ | 825 | qmail-pop3d qmail-popup qmail-qmqpc qmail-qmqpd qmail-qmtpd \ |
| 814 | qmail-smtpd sendmail tcp-env qmail-newmrh qmail-newbrt config config-fast dnscname \ | 826 | qmail-smtpd sendmail tcp-env qmail-newmrh qmail-newbrt config config-fast dnscname \ |
| 815 | dnsptr dnsip dnsmxip dnsfq hostname ipmeprint qreceipt qsmhook qbiff \ | 827 | dnsptr dnsip dnsmxip dnsfq dnstlsa hostname ipmeprint qreceipt qsmhook qbiff \ |
| 816 | forward preline condredirect bouncesaying except maildirmake \ | 828 | forward preline condredirect bouncesaying except maildirmake \ |
| 817 | maildir2mbox maildirwatch qail elq pinq idedit install-big install \ | 829 | maildir2mbox maildirwatch qail elq pinq idedit install-big install \ |
| 818 | instcheck home home+df proc proc+df binm1 binm1+df binm2 binm2+df \ | 830 | instcheck home home+df proc proc+df binm1 binm1+df binm2 binm2+df \ |
