Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mpl/bind/lib/plugins fix build when the tree hasn't...
details: https://anonhg.NetBSD.org/src/rev/ef78156fd61d
branches: trunk
changeset: 363372:ef78156fd61d
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Mar 07 07:53:08 2022 +0000
description:
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.
diffstat:
external/mpl/bind/lib/plugins/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r cd21948374e5 -r ef78156fd61d external/mpl/bind/lib/plugins/Makefile
--- a/external/mpl/bind/lib/plugins/Makefile Mon Mar 07 07:07:55 2022 +0000
+++ b/external/mpl/bind/lib/plugins/Makefile Mon Mar 07 07:53:08 2022 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2022/03/06 17:50:19 christos Exp $
+# $NetBSD: Makefile,v 1.2 2022/03/07 07:53:08 mrg Exp $
LIBISMODULE:= yes
+LIB= filter-aaaa
+
.include <bsd.init.mk>
SHLIB_MAJOR=0
-LIB= filter-aaaa
SRCS= filter-aaaa.c
LIBDIR= /usr/lib/named
Home |
Main Index |
Thread Index |
Old Index