svn commit: r328498 - head/lib/libcasper/services/cap_random

Mariusz Zaborski oshogbo at FreeBSD.org
Sat Jan 27 22:57:09 UTC 2018


Author: oshogbo
Date: Sat Jan 27 22:57:06 2018
New Revision: 328498
URL: https://svnweb.freebsd.org/changeset/base/328498

Log:
  Add cap_random.3 to build system.
  This should be done with r328494.

Modified:
  head/lib/libcasper/services/cap_random/Makefile

Modified: head/lib/libcasper/services/cap_random/Makefile
==============================================================================
--- head/lib/libcasper/services/cap_random/Makefile	Sat Jan 27 22:57:01 2018	(r328497)
+++ head/lib/libcasper/services/cap_random/Makefile	Sat Jan 27 22:57:06 2018	(r328498)
@@ -21,4 +21,9 @@ LIBADD=	nv
 
 CFLAGS+=-I${.CURDIR}
 
+MAN+=	cap_random.3
+
+MLINKS+=cap_random.3 libcap_random.3
+MLINKS+=cap_random.3 cap_random_buf.3
+
 .include <bsd.lib.mk>


More information about the svn-src-all mailing list