Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2019 01:50:41 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r353911 - head/lib/libcasper
Message-ID:  <201910230150.x9N1ofHZ098353@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910230150.x9N1ofHZ098353>