svn commit: r272232 - user/marcel/mkimg

Marcel Moolenaar marcel at FreeBSD.org
Sun Sep 28 00:24:02 UTC 2014


Author: marcel
Date: Sun Sep 28 00:24:01 2014
New Revision: 272232
URL: http://svnweb.freebsd.org/changeset/base/272232

Log:
  Work around broken make infrastructure. Sigh...

Modified:
  user/marcel/mkimg/Makefile

Modified: user/marcel/mkimg/Makefile
==============================================================================
--- user/marcel/mkimg/Makefile	Sun Sep 28 00:20:08 2014	(r272231)
+++ user/marcel/mkimg/Makefile	Sun Sep 28 00:24:01 2014	(r272232)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-.include <src.opts.mk>
+!.include <src.opts.mk>
 
 PROG=	mkimg
 SRCS=	format.c image.c mkimg.c scheme.c
@@ -34,7 +34,7 @@ LDADD=	-lutil
 
 WARNS?=	6
 
-.if ${MK_TESTS} != "no"
+.if ${MK_TESTS:Uno} != "no"
 SUBDIR+= tests
 .endif
 


More information about the svn-src-user mailing list