svn commit: r353911 - head/lib/libcasper

Kyle Evans kevans at FreeBSD.org
Wed Oct 23 01:50:42 UTC 2019


Author: kevans
Date: Wed Oct 23 01:50:41 2019
New Revision: 353911
URL: https://svnweb.freebsd.org/changeset/base/353911

Log:
  libcasper/services: include <src.opts.mk> to hook tests to build
  
  Note that the cap_sysctl tests are currently failing and need some
  attention.

Modified:
  head/lib/libcasper/Makefile

Modified: head/lib/libcasper/Makefile
==============================================================================
--- head/lib/libcasper/Makefile	Wed Oct 23 01:29:09 2019	(r353910)
+++ head/lib/libcasper/Makefile	Wed Oct 23 01:50:41 2019	(r353911)
@@ -1,5 +1,7 @@
 # $FreeBSD$
 
+.include <src.opts.mk>
+
 SUBDIR=		libcasper
 SUBDIR+=	services
 


More information about the svn-src-all mailing list