[Midnightbsd-cvs] src [10902] trunk/gnu/lib/Makefile: add tests
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Jun 14 09:24:35 EDT 2018
Revision: 10902
http://svnweb.midnightbsd.org/src/?rev=10902
Author: laffer1
Date: 2018-06-14 09:24:35 -0400 (Thu, 14 Jun 2018)
Log Message:
-----------
add tests
Modified Paths:
--------------
trunk/gnu/lib/Makefile
Modified: trunk/gnu/lib/Makefile
===================================================================
--- trunk/gnu/lib/Makefile 2018-06-14 13:24:28 UTC (rev 10901)
+++ trunk/gnu/lib/Makefile 2018-06-14 13:24:35 UTC (rev 10902)
@@ -1,18 +1,18 @@
# $MidnightBSD$
-# $FreeBSD: src/gnu/lib/Makefile,v 1.40 2004/08/14 03:23:24 kan Exp $
+# $FreeBSD: stable/10/gnu/lib/Makefile 291792 2015-12-04 18:14:31Z bdrewery $
.include <bsd.own.mk>
-SUBDIR= csu libgcc libdialog libodialog libregex libreadline
+SUBDIR= csu libgcc libgcov libdialog libgomp libregex libreadline
-.if ${MK_GCC} != "no"
-SUBDIR+= libgcov libgomp
-.endif
-
.if ${MK_SSP} != "no"
SUBDIR+= libssp
.endif
+.if ${MK_TESTS} != "no"
+SUBDIR+= tests
+.endif
+
# libsupc++ uses libstdc++ headers, although 'make includes' should
# have taken care of that already.
.if ${MK_GNUCXX} != "no"
More information about the Midnightbsd-cvs
mailing list