History log of /netbsd-src/external/mpl/bind/Makefile (Results 1 – 3 of 3)
Revision Date Author Comments
# 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 ...


# db01aa90 31-Mar-2021 christos <christos@NetBSD.org>

Add plugin glue (simon@)


# c892bd9c 12-Aug-2018 christos <christos@NetBSD.org>

merge conflicts, add build glue.