Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib Move blacklistd later now that it depends on libpthread ...



details:   https://anonhg.NetBSD.org/src/rev/cc09e1a9ee5c
branches:  trunk
changeset: 812751:cc09e1a9ee5c
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Dec 31 20:11:32 2015 +0000

description:
Move blacklistd later now that it depends on libpthread (From Rin Okuyama)

diffstat:

 lib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r c701dccb8c99 -r cc09e1a9ee5c lib/Makefile
--- a/lib/Makefile      Thu Dec 31 15:23:07 2015 +0000
+++ b/lib/Makefile      Thu Dec 31 20:11:32 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.236 2015/11/22 04:44:30 kamil Exp $
+#      $NetBSD: Makefile,v 1.237 2015/12/31 20:11:32 christos Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -52,7 +52,6 @@
 .endif
 
 SUBDIR+=       ../external/bsd/am-utils/lib
-SUBDIR+=       ../external/bsd/blacklist/lib
 
 SUBDIR+=       ../external/bsd/flex/lib
 SUBDIR+=       ../external/bsd/tre/lib
@@ -115,6 +114,7 @@
 SUBDIR+=       ../crypto/external/bsd/netpgp/lib/verify # depends on libz
 .endif
 
+SUBDIR+=       ../external/bsd/blacklist/lib           # depends on libpthread
 SUBDIR+=       ../external/bsd/elftoolchain/lib/libdwarf # depends on libelf
 SUBDIR+=       ../external/mit/lua/lib # depends on libm
 SUBDIR+=       libcurses       # depends on libterminfo



Home | Main Index | Thread Index | Old Index