Source-Changes-HG archive

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

[src/trunk]: src/lib Build external/gpl3/lib/libmudpath{, th} so that MKCOMPAT...



details:   https://anonhg.NetBSD.org/src/rev/15e45aba595b
branches:  trunk
changeset: 339003:15e45aba595b
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Jun 22 00:06:38 2015 +0000

description:
Build external/gpl3/lib/libmudpath{,th} so that MKCOMPAT picks it up

diffstat:

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

diffs (18 lines):

diff -r 9a45f9c2f437 -r 15e45aba595b lib/Makefile
--- a/lib/Makefile      Mon Jun 22 00:05:23 2015 +0000
+++ b/lib/Makefile      Mon Jun 22 00:06:38 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.222 2015/05/12 19:43:50 christos Exp $
+#      $NetBSD: Makefile,v 1.223 2015/06/22 00:06:38 matt Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -73,6 +73,8 @@
 .if (${MKGCC} != "no")
 SUBDIR+=       ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libobjc
 SUBDIR+=       ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libgomp
+SUBDIR+=       ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libmudflap
+SUBDIR+=       ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libmudflapth
 # Should probably move GMP, MPFR and MPC builds into the GCC >= 4.5
 # specific build area, but we get better parallelism this way.
 # We don't build compat versions of these.



Home | Main Index | Thread Index | Old Index