History log of /netbsd-src/external/mpl/bind/lib/plugins/Makefile (Results 1 – 8 of 8)
Revision Date Author Comments
# 2f8da1f3 16-Apr-2024 christos <christos@NetBSD.org>

fix compat build of filter-aaaa.so.0


# d2a7bfe1 14-Apr-2024 kre <kre@NetBSD.org>

Revert previous until Christos has a chance to work out why it breaks
the builds.


# f68fe232 13-Apr-2024 christos <christos@NetBSD.org>

Don't build/install the compat plugin.


# 6b2da37d 05-Apr-2024 christos <christos@NetBSD.org>

- Create 3 new variables:
MAKELINKLIB that follows MKLINKLIB but can be overwritten by Makefiles
MAKESTATICLIB that follows MKSTATICLIB but can be overwritten by Makefiles
LINKINSTALL that foll

- Create 3 new variables:
MAKELINKLIB that follows MKLINKLIB but can be overwritten by Makefiles
MAKESTATICLIB that follows MKSTATICLIB but can be overwritten by Makefiles
LINKINSTALL that follows MAKELINKLIB but can be overwritten by Makefiles
These give enough control to the module Makefiles so that they don't need
to override the default library install rules which break the debug sets.
- Remove /usr/libexec/named which duplicated /usr/lib/named

show more ...


# 4c1242d0 11-Mar-2022 christos <christos@NetBSD.org>

fix reversed test


# e125d769 11-Mar-2022 christos <christos@NetBSD.org>

Don't try to install compat plugins; they are not useful since we don't
build compat named.


# 896c3790 07-Mar-2022 mrg <mrg@NetBSD.org>

fix build when the tree hasn't been built already. LIB wasn't defined
by the time Makefile.inc is included, and the wrong thing happens.


# aaa1857f 06-Mar-2022 christos <christos@NetBSD.org>

Makefile for plugins