diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-02-06 19:28:50 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-02-06 19:28:50 +0000 |
commit | 56924fab4ffc073637c5467f079be414e16efc37 (patch) | |
tree | 05f6461f18eba790a90a971c41ddb91163ae7847 /Makefile | |
parent | 35179d30707811e8670403d157557c56ab2e5726 (diff) | |
download | busybox-w32-56924fab4ffc073637c5467f079be414e16efc37.tar.gz busybox-w32-56924fab4ffc073637c5467f079be414e16efc37.tar.bz2 busybox-w32-56924fab4ffc073637c5467f079be414e16efc37.zip |
new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>
git-svn-id: svn://busybox.net/trunk/busybox@17802 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -442,6 +442,7 @@ libs-y := \ | |||
442 | networking/udhcp/ \ | 442 | networking/udhcp/ \ |
443 | procps/ \ | 443 | procps/ \ |
444 | runit/ \ | 444 | runit/ \ |
445 | selinux/ \ | ||
445 | shell/ \ | 446 | shell/ \ |
446 | sysklogd/ \ | 447 | sysklogd/ \ |
447 | util-linux/ \ | 448 | util-linux/ \ |