svn commit: trunk/busybox/scripts
aldot at busybox.net
aldot at busybox.net
Fri Mar 9 08:46:31 UTC 2007
Author: aldot
Date: 2007-03-09 00:46:31 -0800 (Fri, 09 Mar 2007)
New Revision: 18049
Log:
- add selinux applets to the IMA workaround
Modified:
trunk/busybox/scripts/Makefile.IMA
Changeset:
Modified: trunk/busybox/scripts/Makefile.IMA
===================================================================
--- trunk/busybox/scripts/Makefile.IMA 2007-03-09 08:44:30 UTC (rev 18048)
+++ trunk/busybox/scripts/Makefile.IMA 2007-03-09 08:46:31 UTC (rev 18049)
@@ -99,6 +99,9 @@
include editors/Kbuild
lib-all-y += $(patsubst %,editors/%,$(sort $(lib-y)))
lib-y:=
+include selinux/Kbuild
+lib-all-y += $(patsubst %,selinux/%,$(sort $(lib-y)))
+lib-y:=
include scripts/Kbuild
lib-all-y += $(patsubst %,scripts/%,$(sort $(lib-y)))
lib-y:=
More information about the busybox-cvs
mailing list