Tobias Krawutschke found a bug where the DHCP client would accept packets
[oweals/busybox.git] / Makefile
index 4dbd9aa8ceff1c51301766daebfcf5aafbd2b6d3..f16c16948f6c32e417d6bcdb26d65bd999eb41bc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@
 #--------------------------------------------------------------
 noconfig_targets := menuconfig config oldconfig randconfig \
        defconfig allyesconfig allnoconfig clean distclean \
-       release tags  
+       release tags
 
 ifndef TOPDIR
 TOPDIR=$(CURDIR)/
@@ -42,13 +42,12 @@ include $(top_builddir)/Rules.mak
 DIRS:=applets archival archival/libunarchive coreutils console-tools \
        debianutils editors findutils init miscutils modutils networking \
        networking/libiproute networking/udhcp procps loginutils shell \
-       sysklogd util-linux libpwdgrp coreutils/libcoreutils libbb
+       sysklogd util-linux e2fsprogs libpwdgrp coreutils/libcoreutils libbb
 
 SRC_DIRS:=$(patsubst %,$(top_srcdir)/%,$(DIRS))
 
 ifeq ($(strip $(CONFIG_SELINUX)),y)
-CFLAGS += -I/usr/include/selinux
-LIBRARIES += -lsecure
+LIBRARIES += -lselinux
 endif
 
 CONFIG_CONFIG_IN = $(top_srcdir)/sysdeps/$(TARGET_OS)/Config.in
@@ -147,7 +146,7 @@ uninstall: busybox.links
        rm -f $(PREFIX)/bin/busybox
        for i in `cat busybox.links` ; do rm -f $(PREFIX)$$i; done
 
-install-hardlinks: applets/install.sh busybox busybox.links
+install-hardlinks: $(top_srcdir)/applets/install.sh busybox busybox.links
        $(SHELL) $< $(PREFIX) --hardlinks
 
 check: busybox