svn commit: r335313 - head/lib/libcapsicum

Eitan Adler eadler at FreeBSD.org
Mon Jun 18 04:58:49 UTC 2018


Author: eadler
Date: Mon Jun 18 04:58:48 2018
New Revision: 335313
URL: https://svnweb.freebsd.org/changeset/base/335313

Log:
  libcapsicum: adding missing man page links

Modified:
  head/lib/libcapsicum/Makefile

Modified: head/lib/libcapsicum/Makefile
==============================================================================
--- head/lib/libcapsicum/Makefile	Mon Jun 18 04:54:09 2018	(r335312)
+++ head/lib/libcapsicum/Makefile	Mon Jun 18 04:58:48 2018	(r335313)
@@ -6,6 +6,8 @@ INCS=	capsicum_helpers.h
 
 MAN+=	capsicum_helpers.3
 
+MLINKS+=capsicum_helpers.3 caph_enter.3
+MLINKS+=capsicum_helpers.3 caph_enter_casper.3
 MLINKS+=capsicum_helpers.3 caph_limit_stream.3
 MLINKS+=capsicum_helpers.3 caph_limit_stdin.3
 MLINKS+=capsicum_helpers.3 caph_limit_stderr.3


More information about the svn-src-head mailing list