Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin Remove bc from building here. Now in external/bsd.



details:   https://anonhg.NetBSD.org/src/rev/1758c34954ef
branches:  trunk
changeset: 822845:1758c34954ef
user:      phil <phil%NetBSD.org@localhost>
date:      Mon Apr 10 02:57:35 2017 +0000

description:
Remove bc from building here. Now in external/bsd.

diffstat:

 gnu/usr.bin/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r c19ca52e3a1d -r 1758c34954ef gnu/usr.bin/Makefile
--- a/gnu/usr.bin/Makefile      Mon Apr 10 02:28:23 2017 +0000
+++ b/gnu/usr.bin/Makefile      Mon Apr 10 02:57:35 2017 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.146 2016/01/14 21:15:51 christos Exp $
+#      $NetBSD: Makefile,v 1.147 2017/04/10 02:57:35 phil Exp $
 
 .include <bsd.own.mk>
 
-SUBDIR+=       bc dc
+SUBDIR+=       dc
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index