Magellan Linux

Contents of /tags/mkinitrd-6_2_0/selinux/Kbuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 994 - (show annotations) (download)
Sun May 30 11:53:18 2010 UTC (14 years ago) by niro
File size: 709 byte(s)
tagged 'mkinitrd-6_2_0'
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