aboutsummaryrefslogtreecommitdiff
path: root/selinux/Kbuild
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-03-10 16:58:49 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-03-10 16:58:49 +0000
commitebfa808b7e1fa0baa8f12184523dc9f96a294abd (patch)
tree892bb79b0ef031d729e688d6be4950f6d17f13b9 /selinux/Kbuild
parentee5eb106c8ab883ff5452a894d3f52b229a469af (diff)
downloadbusybox-w32-ebfa808b7e1fa0baa8f12184523dc9f96a294abd.tar.gz
busybox-w32-ebfa808b7e1fa0baa8f12184523dc9f96a294abd.tar.bz2
busybox-w32-ebfa808b7e1fa0baa8f12184523dc9f96a294abd.zip
selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)
git-svn-id: svn://busybox.net/trunk/busybox@18062 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r--selinux/Kbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/selinux/Kbuild b/selinux/Kbuild
index 8371df8e4..398d1368d 100644
--- a/selinux/Kbuild
+++ b/selinux/Kbuild
@@ -6,8 +6,10 @@
6# Licensed under the GPL v2, see the file LICENSE in this tarball. 6# Licensed under the GPL v2, see the file LICENSE in this tarball.
7 7
8lib-y:= 8lib-y:=
9lib-$(CONFIG_CHCON) += chcon.o
9lib-$(CONFIG_GETENFORCE) += getenforce.o 10lib-$(CONFIG_GETENFORCE) += getenforce.o
10lib-$(CONFIG_GETSEBOOL) += getsebool.o 11lib-$(CONFIG_GETSEBOOL) += getsebool.o
11lib-$(CONFIG_MATCHPATHCON) += matchpathcon.o 12lib-$(CONFIG_MATCHPATHCON) += matchpathcon.o
13lib-$(CONFIG_RUNCON) += runcon.o
12lib-$(CONFIG_SELINUXENABLED) += selinuxenabled.o 14lib-$(CONFIG_SELINUXENABLED) += selinuxenabled.o
13lib-$(CONFIG_SETENFORCE) += setenforce.o 15lib-$(CONFIG_SETENFORCE) += setenforce.o