svn commit: r210374 - head/tools/regression/usr.sbin

Simon L. Nielsen simon at FreeBSD.org
Thu Jul 22 11:38:49 UTC 2010


Author: simon
Date: Thu Jul 22 11:38:48 2010
New Revision: 210374
URL: http://svn.freebsd.org/changeset/base/210374

Log:
  Hook newsyslog regression tests to the Makefile 'build'.
  
  MFC after:	3 weeks

Modified:
  head/tools/regression/usr.sbin/Makefile

Modified: head/tools/regression/usr.sbin/Makefile
==============================================================================
--- head/tools/regression/usr.sbin/Makefile	Thu Jul 22 11:37:54 2010	(r210373)
+++ head/tools/regression/usr.sbin/Makefile	Thu Jul 22 11:38:48 2010	(r210374)
@@ -1,5 +1,5 @@
 # $FreeBSD$
 
-SUBDIR=	sa
+SUBDIR=	newsyslog sa
 
 .include <bsd.subdir.mk>


More information about the svn-src-all mailing list