summaryrefslogtreecommitdiff
path: root/selinux/Kbuild
diff options
context:
space:
mode:
authorDenis Vlasenko2007-02-06 19:28:50 +0000
committerDenis Vlasenko2007-02-06 19:28:50 +0000
commitd46d3c292e9aff0550f6540ab631d742fe353964 (patch)
tree05f6461f18eba790a90a971c41ddb91163ae7847 /selinux/Kbuild
parentb292264bfd7064b651192b966f30d76b75161c70 (diff)
downloadbusybox-d46d3c292e9aff0550f6540ab631d742fe353964.zip
busybox-d46d3c292e9aff0550f6540ab631d742fe353964.tar.gz
new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>
Diffstat (limited to 'selinux/Kbuild')
-rw-r--r--selinux/Kbuild13
1 files changed, 13 insertions, 0 deletions
diff --git a/selinux/Kbuild b/selinux/Kbuild
new file mode 100644
index 0000000..8371df8
--- /dev/null
+++ b/selinux/Kbuild
@@ -0,0 +1,13 @@
+# Makefile for busybox
+#
+# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
+# Copyright (C) 2007 by KaiGai Kohei <kaigai@kaigai.gr.jp>
+#
+# Licensed under the GPL v2, see the file LICENSE in this tarball.
+
+lib-y:=
+lib-$(CONFIG_GETENFORCE) += getenforce.o
+lib-$(CONFIG_GETSEBOOL) += getsebool.o
+lib-$(CONFIG_MATCHPATHCON) += matchpathcon.o
+lib-$(CONFIG_SELINUXENABLED) += selinuxenabled.o
+lib-$(CONFIG_SETENFORCE) += setenforce.o