mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
sort and one file per line
This commit is contained in:
parent
49ab13eefc
commit
a2ca594252
@ -37,19 +37,42 @@ DNSDEPLIBS = ../libdns.@A@
|
|||||||
LIBS = @LIBS@ @ATFLIBS@
|
LIBS = @LIBS@ @ATFLIBS@
|
||||||
|
|
||||||
OBJS = dnstest.@O@
|
OBJS = dnstest.@O@
|
||||||
SRCS = dnstest.c master_test.c dbiterator_test.c time_test.c \
|
SRCS = db_test.c \
|
||||||
private_test.c update_test.c zonemgr_test.c zt_test.c \
|
dbdiff_test.c \
|
||||||
dbdiff_test.c geoip_test.c nsec3_test.c dispatch_test.c \
|
dbiterator_test.c \
|
||||||
rbt_test.c rdata_test.c rdataset_test.c rdatasetstats_test.c \
|
dispatch_test.c \
|
||||||
db_test.c
|
dnstest.c \
|
||||||
|
geoip_test.c \
|
||||||
|
master_test.c \
|
||||||
|
nsec3_test.c \
|
||||||
|
private_test.c \
|
||||||
|
rbt_test.c \
|
||||||
|
rdata_test.c \
|
||||||
|
rdataset_test.c \
|
||||||
|
rdatasetstats_test.c \
|
||||||
|
time_test.c \
|
||||||
|
update_test.c \
|
||||||
|
zonemgr_test.c \
|
||||||
|
zt_test.c
|
||||||
|
|
||||||
SUBDIRS =
|
SUBDIRS =
|
||||||
TARGETS = master_test@EXEEXT@ dbiterator_test@EXEEXT@ time_test@EXEEXT@ \
|
TARGETS = db_test@EXEEXT@ \
|
||||||
private_test@EXEEXT@ update_test@EXEEXT@ zonemgr_test@EXEEXT@ \
|
dbdiff_test@EXEEXT@ \
|
||||||
zt_test@EXEEXT@ dbversion_test@EXEEXT@ dbdiff_test@EXEEXT@ \
|
dbiterator_test@EXEEXT@ \
|
||||||
geoip_test@EXEEXT@ nsec3_test@EXEEXT@ dispatch_test@EXEEXT@ \
|
dbversion_test@EXEEXT@ \
|
||||||
rbt_test@EXEEXT@ rdata_test@EXEEXT@ rdataset_test@EXEEXT@ \
|
dispatch_test@EXEEXT@ \
|
||||||
rdatasetstats_test@EXEEXT@ db_test@EXEEXT@
|
geoip_test@EXEEXT@ \
|
||||||
|
master_test@EXEEXT@ \
|
||||||
|
nsec3_test@EXEEXT@ \
|
||||||
|
private_test@EXEEXT@ \
|
||||||
|
rbt_test@EXEEXT@ \
|
||||||
|
rdata_test@EXEEXT@ \
|
||||||
|
rdataset_test@EXEEXT@ \
|
||||||
|
rdatasetstats_test@EXEEXT@ \
|
||||||
|
time_test@EXEEXT@ \
|
||||||
|
update_test@EXEEXT@ \
|
||||||
|
zonemgr_test@EXEEXT@ \
|
||||||
|
zt_test@EXEEXT@
|
||||||
|
|
||||||
@BIND9_MAKE_RULES@
|
@BIND9_MAKE_RULES@
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user