]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
move dhcpclient to the "bin" directory
authorAlan T. DeKok <aland@freeradius.org>
Mon, 15 Feb 2021 20:45:03 +0000 (15:45 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 15 Feb 2021 20:45:58 +0000 (15:45 -0500)
there's no longer any other good place for it.

src/bin/all.mk
src/bin/dhcpclient.c [moved from src/modules/proto_dhcpv4/dhcpclient.c with 100% similarity]
src/bin/dhcpclient.mk [moved from src/modules/proto_dhcpv4/dhcpclient.mk with 100% similarity]
src/modules/proto_dhcpv4/all.mk [deleted file]

index 835945046e8baf360c16a2f29003580f86e49627..553708e7eb6becc587544241f73ff7e4b5cf5a64 100644 (file)
@@ -8,6 +8,7 @@ SUBMAKEFILES := \
     radlast.mk \
     radtest.mk \
     radzap.mk \
+    dhcpclient.mk \
     unit_test_attribute.mk \
     unit_test_map.mk \
     unit_test_module.mk \
diff --git a/src/modules/proto_dhcpv4/all.mk b/src/modules/proto_dhcpv4/all.mk
deleted file mode 100644 (file)
index 6a411b7..0000000
+++ /dev/null
@@ -1 +0,0 @@
-SUBMAKEFILES := dhcpclient.mk