mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-25 02:47:54 -04:00
Instead of fixing a Coverity complaint (and other style nits), delete it because it needs input data that can't be generated with the tools that ship with BIND.
14 lines
197 B
Makefile
14 lines
197 B
Makefile
include $(top_srcdir)/Makefile.top
|
|
|
|
AM_CPPFLAGS += \
|
|
$(LIBISC_CFLAGS) \
|
|
$(LIBDNS_CFLAGS)
|
|
|
|
LDADD += \
|
|
$(LIBISC_LIBS) \
|
|
$(LIBDNS_LIBS)
|
|
|
|
noinst_PROGRAMS = \
|
|
ascii \
|
|
compress \
|
|
siphash
|