Module Name: src Committed By: phil Date: Mon Apr 10 02:57:35 UTC 2017
Modified Files: src/gnu/usr.bin: Makefile Log Message: Remove bc from building here. Now in external/bsd. To generate a diff of this commit: cvs rdiff -u -r1.146 -r1.147 src/gnu/usr.bin/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/gnu/usr.bin/Makefile diff -u src/gnu/usr.bin/Makefile:1.146 src/gnu/usr.bin/Makefile:1.147 --- src/gnu/usr.bin/Makefile:1.146 Thu Jan 14 21:15:51 2016 +++ src/gnu/usr.bin/Makefile Mon Apr 10 02:57:35 2017 @@ -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>