source: MondoRescue/branches/2.2.5/mindi-busybox/selinux/Kbuild@ 1765

Last change on this file since 1765 was 1765, checked in by Bruno Cornec, 16 years ago

Update to busybox 1.7.2

File size: 631 bytes
Line 
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
8lib-y:=
9lib-$(CONFIG_CHCON) += chcon.o
10lib-$(CONFIG_GETENFORCE) += getenforce.o
11lib-$(CONFIG_GETSEBOOL) += getsebool.o
12lib-$(CONFIG_LOAD_POLICY) += load_policy.o
13lib-$(CONFIG_MATCHPATHCON) += matchpathcon.o
14lib-$(CONFIG_RUNCON) += runcon.o
15lib-$(CONFIG_SELINUXENABLED) += selinuxenabled.o
16lib-$(CONFIG_SETENFORCE) += setenforce.o
17lib-$(CONFIG_SETFILES) += setfiles.o
18lib-$(CONFIG_RESTORECON) += setfiles.o
Note: See TracBrowser for help on using the repository browser.