Source-Changes-HG archive

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

[src/trunk]: src hook into blacklist



details:   https://anonhg.NetBSD.org/src/rev/a1a74ef46c24
branches:  trunk
changeset: 805962:a1a74ef46c24
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 25 15:47:19 2015 +0000

description:
hook into blacklist

diffstat:

 external/bsd/Makefile |  4 ++--
 lib/Makefile          |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r b7332800a1fa -r a1a74ef46c24 external/bsd/Makefile
--- a/external/bsd/Makefile     Sun Jan 25 14:56:22 2015 +0000
+++ b/external/bsd/Makefile     Sun Jan 25 15:47:19 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.47 2014/08/08 19:34:35 apb Exp $
+#      $NetBSD: Makefile,v 1.48 2015/01/25 15:47:19 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -36,6 +36,6 @@
 SUBDIR+= pcc
 .endif
 
-SUBDIR+= pdisk dhcp nvi ppp smbfs
+SUBDIR+= blacklist pdisk dhcp nvi ppp smbfs
 
 .include <bsd.subdir.mk>
diff -r b7332800a1fa -r a1a74ef46c24 lib/Makefile
--- a/lib/Makefile      Sun Jan 25 14:56:22 2015 +0000
+++ b/lib/Makefile      Sun Jan 25 15:47:19 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.219 2014/10/25 12:54:28 christos Exp $
+#      $NetBSD: Makefile,v 1.220 2015/01/25 15:47:36 christos Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -51,6 +51,7 @@
 .endif
 
 SUBDIR+=       ../external/bsd/am-utils/lib
+SUBDIR+=       ../external/bsd/blacklist/lib
 
 SUBDIR+=       ../external/bsd/flex/lib
 SUBDIR+=       ../external/bsd/tre/lib



Home | Main Index | Thread Index | Old Index