aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/Kbuild
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-11-20 19:40:36 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-11-20 19:40:36 +0000
commit736230e2098e55720a1e235b1c13bdd1a3372c86 (patch)
tree8269cafd5207e1d2d3f3870c83b2e0b2bdc3bf42 /networking/udhcp/Kbuild
parentc9cdeaa3fef3f93eb259957d36c760ec8902e0c1 (diff)
downloadbusybox-736230e2098e55720a1e235b1c13bdd1a3372c86.tar.gz
dhcprelay: new applet
Diffstat (limited to 'networking/udhcp/Kbuild')
-rw-r--r--networking/udhcp/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/udhcp/Kbuild b/networking/udhcp/Kbuild
index 90047c174..dc2c01f61 100644
--- a/networking/udhcp/Kbuild
+++ b/networking/udhcp/Kbuild
@@ -15,3 +15,4 @@ lib-$(CONFIG_APP_UDHCPC) += dhcpc.o clientpacket.o clientsocket.o \
lib-$(CONFIG_APP_UDHCPD) += dhcpd.o arpping.o files.o leases.o \
serverpacket.o static_leases.o
lib-$(CONFIG_APP_DUMPLEASES) += dumpleases.o
+lib-$(CONFIG_APP_DHCPRELAY) += dhcprelay.o