[Midnightbsd-cvs] src [10704] trunk/usr.bin/Makefile: clean fix

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jun 9 16:22:21 EDT 2018


Revision: 10704
          http://svnweb.midnightbsd.org/src/?rev=10704
Author:   laffer1
Date:     2018-06-09 16:22:21 -0400 (Sat, 09 Jun 2018)
Log Message:
-----------
clean fix

Modified Paths:
--------------
    trunk/usr.bin/Makefile

Modified: trunk/usr.bin/Makefile
===================================================================
--- trunk/usr.bin/Makefile	2018-06-09 20:19:06 UTC (rev 10703)
+++ trunk/usr.bin/Makefile	2018-06-09 20:22:21 UTC (rev 10704)
@@ -346,10 +346,14 @@
 SUBDIR+=	svn
 .endif
 
+# These are normally only handled for build-tools.
+.if make(clean*)
+SUBDIR+=	mkcsmapper_static
+SUBDIR+=	mkesdb_static
+.endif
+
 .include <bsd.arch.inc.mk>
 
-SUBDIR:=	${SUBDIR:O}
-
 SUBDIR_PARALLEL=
 
 .include <bsd.subdir.mk>



More information about the Midnightbsd-cvs mailing list