Module Name: src
Committed By: matt
Date: Mon Jun 22 00:06:38 UTC 2015
Modified Files:
src/lib: Makefile
Log Message:
Build external/gpl3/lib/libmudpath{,th} so that MKCOMPAT picks it up
To generate a diff of this commit:
cvs rdiff -u -r1.222 -r1.223 src/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/Makefile
diff -u src/lib/Makefile:1.222 src/lib/Makefile:1.223
--- src/lib/Makefile:1.222 Tue May 12 19:43:50 2015
+++ src/lib/Makefile Mon Jun 22 00:06:38 2015
@@ -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 @@ SUBDIR+= ../gnu/lib/libmalloc
.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.