mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
44 lines
917 B
Text
44 lines
917 B
Text
Exclude the "tools" from building and installing.
|
|
|
|
--- bin/Makefile.am.orig 2021-09-17 07:10:48 UTC
|
|
+++ bin/Makefile.am
|
|
@@ -1 +1 @@
|
|
-SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen tests plugins
|
|
+SUBDIRS = named rndc tools check confgen tests plugins
|
|
--- bin/tools/Makefile.am.orig 2021-09-17 07:10:48 UTC
|
|
+++ bin/tools/Makefile.am
|
|
@@ -9,11 +9,7 @@ LDADD += \
|
|
$(LIBISC_LIBS)
|
|
|
|
bin_PROGRAMS = \
|
|
- arpaname \
|
|
- mdig \
|
|
- named-journalprint \
|
|
- named-rrchecker \
|
|
- nsec3hash
|
|
+ named-journalprint
|
|
|
|
arpaname_LDADD = \
|
|
$(LIBISC_LIBS)
|
|
@@ -27,21 +23,6 @@
|
|
$(LIBISCCFG_LIBS) \
|
|
$(LIBDNS_LIBS) \
|
|
$(LIBISC_LIBS)
|
|
-
|
|
-if HAVE_DNSTAP
|
|
-bin_PROGRAMS += \
|
|
- dnstap-read
|
|
-
|
|
-dnstap_read_CPPFLAGS = \
|
|
- $(AM_CPPFLAGS) \
|
|
- $(DNSTAP_CFLAGS) \
|
|
- -I$(top_builddir)/lib/dns
|
|
-
|
|
-dnstap_read_LDADD = \
|
|
- $(LIBDNS_LIBS) \
|
|
- $(LIBISC_LIBS) \
|
|
- $(DNSTAP_LIBS)
|
|
-endif
|
|
|
|
if HAVE_LMDB
|
|
bin_PROGRAMS += \
|