From 3ddc3c85abd50890ab9d4cc4e3a1c3640a3718f3 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Tue, 1 Mar 2011 13:24:49 +0000 Subject: [PATCH] Hook up sys_capability.c to the build. Sponsored by: Google, Inc. Reviewed by: anderson Discussed with: benl, kris, pjd Obtained from: Capsicum Project MFC after: 3 months --- sys/conf/files | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/conf/files b/sys/conf/files index 86ab783b3f8..f311b8e6339 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -2272,6 +2272,7 @@ kern/subr_turnstile.c standard kern/subr_uio.c standard kern/subr_unit.c standard kern/subr_witness.c optional witness +kern/sys_capability.c standard kern/sys_generic.c standard kern/sys_pipe.c standard kern/sys_process.c standard