diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 12:47:25 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 12:47:25 +1000 |
commit | 9df56f96fd9a213189ca94c1fccfc3c42bd9c16a (patch) | |
tree | db1db005b59e2b78d5daf9527fa8fc604e07e8c4 /selinux/Kbuild.src | |
parent | 30c62e541a1484fedc3d689d62f96d246a28b147 (diff) | |
parent | 5f3303712ef483d270097cae4ba0a559b1056121 (diff) | |
download | busybox-w32-9df56f96fd9a213189ca94c1fccfc3c42bd9c16a.tar.gz busybox-w32-9df56f96fd9a213189ca94c1fccfc3c42bd9c16a.tar.bz2 busybox-w32-9df56f96fd9a213189ca94c1fccfc3c42bd9c16a.zip |
Merge branch 'origin/master' (early part)
Diffstat (limited to 'selinux/Kbuild.src')
-rw-r--r-- | selinux/Kbuild.src | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/selinux/Kbuild.src b/selinux/Kbuild.src new file mode 100644 index 000000000..d0c190ceb --- /dev/null +++ b/selinux/Kbuild.src | |||
@@ -0,0 +1,20 @@ | |||
1 | # Makefile for busybox | ||
2 | # | ||
3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> | ||
4 | # Copyright (C) 2007 by KaiGai Kohei <kaigai@kaigai.gr.jp> | ||
5 | # | ||
6 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | ||
7 | |||
8 | lib-y:= | ||
9 | lib-$(CONFIG_CHCON) += chcon.o | ||
10 | lib-$(CONFIG_GETENFORCE) += getenforce.o | ||
11 | lib-$(CONFIG_GETSEBOOL) += getsebool.o | ||
12 | lib-$(CONFIG_LOAD_POLICY) += load_policy.o | ||
13 | lib-$(CONFIG_MATCHPATHCON) += matchpathcon.o | ||
14 | lib-$(CONFIG_RUNCON) += runcon.o | ||
15 | lib-$(CONFIG_SELINUXENABLED) += selinuxenabled.o | ||
16 | lib-$(CONFIG_SETENFORCE) += setenforce.o | ||
17 | lib-$(CONFIG_SETFILES) += setfiles.o | ||
18 | lib-$(CONFIG_RESTORECON) += setfiles.o | ||
19 | lib-$(CONFIG_SETSEBOOL) += setsebool.o | ||
20 | lib-$(CONFIG_SESTATUS) += sestatus.o | ||