summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2013-12-02 08:21:28 +0000
committerpjd <pjd@FreeBSD.org>2013-12-02 08:21:28 +0000
commit1073fb03ac28ecce11c4757fb70eeed6ddf75454 (patch)
treee5362e2638f535b165335ebb4508efffb47ea68d /etc/Makefile
parent9817dff3a754684d82b9c2f620056071d729718a (diff)
downloadFreeBSD-src-1073fb03ac28ecce11c4757fb70eeed6ddf75454.zip
FreeBSD-src-1073fb03ac28ecce11c4757fb70eeed6ddf75454.tar.gz
Please welcome casperd daemon. It (and its services) will be responsible for
giving access to functionality that is not available in capability mode sandbox. The functionality can be precisely restricted. Start with the following services: - system.dns - provides API compatible to: - gethostbyname(3), - gethostbyname2(3), - gethostbyaddr(3), - getaddrinfo(3), - getnameinfo(3), - system.grp - provides getgrent(3)-compatible API, - system.pwd - provides getpwent(3)-compatible API, - system.random - allows to obtain entropy from /dev/random, - system.sysctl - provides sysctlbyname(3-compatible API. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 70a1e2a..bcccf82 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -221,6 +221,9 @@ distribution:
.if ${MK_BLUETOOTH} != "no"
${_+_}cd ${.CURDIR}/bluetooth; ${MAKE} install
.endif
+.if ${MK_CASPER} != "no"
+ ${_+_}cd ${.CURDIR}/casper; ${MAKE} install
+.endif
${_+_}cd ${.CURDIR}/defaults; ${MAKE} install
${_+_}cd ${.CURDIR}/devd; ${MAKE} install
${_+_}cd ${.CURDIR}/gss; ${MAKE} install
OpenPOWER on IntegriCloud