chiark / gitweb /
+ * New fanftest test program from Tony Finch (ignored by `make install').
[adns.git] / client / Makefile.in
index 9908562c5e49c2c80debb45d7d1c820d2beaf7ce..770d8acc5b089935dd428e8c515374aaaa46fee6 100644 (file)
 srcdir=                @srcdir@
 VPATH=         @srcdir@
 
-PROGRAMS=      adnstest adnslogres adnshost fanftest
+PROGRAMS=      adnstest adnslogres adnshost adnsresfilter
+PROGRAMS_LOCAL=        fanftest
+
 TARG_INSTALL=  $(PROGRAMS)
-TARG_LOCAL=    $(addsuffix _s, $(PROGRAMS))
+TARG_LOCAL=    $(addsuffix _s, $(PROGRAMS) $(PROGRAMS_LOCAL))
 TARGETS=       $(TARG_LOCAL) $(TARG_INSTALL)
 include                $(srcdir)/../settings.make