[Midnightbsd-cvs] src [10807] trunk/usr.sbin/etcupdate/Makefile: add tests

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 10 14:03:20 EDT 2018


Revision: 10807
          http://svnweb.midnightbsd.org/src/?rev=10807
Author:   laffer1
Date:     2018-06-10 14:03:19 -0400 (Sun, 10 Jun 2018)
Log Message:
-----------
add tests

Modified Paths:
--------------
    trunk/usr.sbin/etcupdate/Makefile

Modified: trunk/usr.sbin/etcupdate/Makefile
===================================================================
--- trunk/usr.sbin/etcupdate/Makefile	2018-06-10 03:17:11 UTC (rev 10806)
+++ trunk/usr.sbin/etcupdate/Makefile	2018-06-10 18:03:19 UTC (rev 10807)
@@ -1,7 +1,13 @@
 # $MidnightBSD$
-# $FreeBSD: stable/9/usr.sbin/etcupdate/Makefile 238423 2012-07-13 13:23:48Z jhb $
+# $FreeBSD: stable/10/usr.sbin/etcupdate/Makefile 264996 2014-04-27 01:15:10Z jmmv $
 
+.include <bsd.own.mk>
+
 SCRIPTS=etcupdate.sh
 MAN=	etcupdate.8
 
+.if ${MK_TESTS} != "no"
+SUBDIR+= tests
+.endif
+
 .include <bsd.prog.mk>



More information about the Midnightbsd-cvs mailing list