aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/Makefile.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-12-06 21:42:56 +0000
committerEric Andersen <andersen@codepoet.org>2002-12-06 21:42:56 +0000
commit27e99c8f092a1d07297b3b06bada7af428cc5e95 (patch)
treea8d2df275a5efc9cf1aedb96f12c23e4768b938d /networking/udhcp/Makefile.in
parentcc2bc454d1381b67e65264336dc21e0ad20e1a9f (diff)
downloadbusybox-27e99c8f092a1d07297b3b06bada7af428cc5e95.tar.gz
Fixup dumpleases compile problem
Diffstat (limited to 'networking/udhcp/Makefile.in')
-rw-r--r--networking/udhcp/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/networking/udhcp/Makefile.in b/networking/udhcp/Makefile.in
index 0b94d9c8f..2cba96219 100644
--- a/networking/udhcp/Makefile.in
+++ b/networking/udhcp/Makefile.in
@@ -50,3 +50,6 @@ $(UDHCP_DIR)dhcpc.o: $(UDHCP_DIR)dhcpc.c
$(UDHCP_DIR)dhcpd.o: $(UDHCP_DIR)dhcpd.c
$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -DCOMBINED_BINARY -c $< -o $@
+$(UDHCP_DIR)dumpleases.o: $(UDHCP_DIR)dumpleases.c
+ $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -DCOMBINED_BINARY -c $< -o $@
+