From: Alan T. DeKok Date: Mon, 15 Feb 2021 20:45:03 +0000 (-0500) Subject: move dhcpclient to the "bin" directory X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=859296e580d75f4bcb549e2da6296eb8b62e534b;p=thirdparty%2Ffreeradius-server.git move dhcpclient to the "bin" directory there's no longer any other good place for it. --- diff --git a/src/bin/all.mk b/src/bin/all.mk index 835945046e8..553708e7eb6 100644 --- a/src/bin/all.mk +++ b/src/bin/all.mk @@ -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/dhcpclient.c b/src/bin/dhcpclient.c similarity index 100% rename from src/modules/proto_dhcpv4/dhcpclient.c rename to src/bin/dhcpclient.c diff --git a/src/modules/proto_dhcpv4/dhcpclient.mk b/src/bin/dhcpclient.mk similarity index 100% rename from src/modules/proto_dhcpv4/dhcpclient.mk rename to src/bin/dhcpclient.mk diff --git a/src/modules/proto_dhcpv4/all.mk b/src/modules/proto_dhcpv4/all.mk deleted file mode 100644 index 6a411b76c3a..00000000000 --- a/src/modules/proto_dhcpv4/all.mk +++ /dev/null @@ -1 +0,0 @@ -SUBMAKEFILES := dhcpclient.mk