diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-03-09 08:46:31 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-03-09 08:46:31 +0000 |
commit | 2c18f5456b49c54db3566d8e77c76685437dc704 (patch) | |
tree | 9e9df1adbdb3a6d173b4254bb142112671e7ee89 | |
parent | 31926f188dd49cc0c2755c796f5eea6138c1625c (diff) | |
download | busybox-w32-2c18f5456b49c54db3566d8e77c76685437dc704.tar.gz busybox-w32-2c18f5456b49c54db3566d8e77c76685437dc704.tar.bz2 busybox-w32-2c18f5456b49c54db3566d8e77c76685437dc704.zip |
- add selinux applets to the IMA workaround
git-svn-id: svn://busybox.net/trunk/busybox@18049 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | scripts/Makefile.IMA | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/Makefile.IMA b/scripts/Makefile.IMA index 23f89578b..a92373151 100644 --- a/scripts/Makefile.IMA +++ b/scripts/Makefile.IMA | |||
@@ -99,6 +99,9 @@ lib-y:= | |||
99 | include editors/Kbuild | 99 | include editors/Kbuild |
100 | lib-all-y += $(patsubst %,editors/%,$(sort $(lib-y))) | 100 | lib-all-y += $(patsubst %,editors/%,$(sort $(lib-y))) |
101 | lib-y:= | 101 | lib-y:= |
102 | include selinux/Kbuild | ||
103 | lib-all-y += $(patsubst %,selinux/%,$(sort $(lib-y))) | ||
104 | lib-y:= | ||
102 | include scripts/Kbuild | 105 | include scripts/Kbuild |
103 | lib-all-y += $(patsubst %,scripts/%,$(sort $(lib-y))) | 106 | lib-all-y += $(patsubst %,scripts/%,$(sort $(lib-y))) |
104 | lib-y:= | 107 | lib-y:= |