Move the rest of the DHCP code to it's own directory
authorAlan T. DeKok <aland@freeradius.org>
Thu, 4 Apr 2013 02:15:03 +0000 (22:15 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 4 Apr 2013 02:15:03 +0000 (22:15 -0400)
commitf538ada18704b2c0ae08505f31488049135af72f
tree4b1b4e94e75540c7366b733ba69c29dafcebcd0f
parenta6b6d941e99fe74032068f7492774c88eafd644b
Move the rest of the DHCP code to it's own directory
src/lib/all.mk
src/main/all.mk
src/modules/proto_dhcp/all.mk
src/modules/proto_dhcp/dhclient.c [moved from src/main/dhclient.c with 100% similarity]
src/modules/proto_dhcp/dhclient.mk [moved from src/main/dhclient.mk with 100% similarity]
src/modules/proto_dhcp/dhcp.c [moved from src/lib/dhcp.c with 99% similarity]
src/modules/proto_dhcp/rlm_dhcp.c [moved from src/modules/rlm_dhcp/rlm_dhcp.c with 99% similarity]
src/modules/proto_dhcp/rlm_dhcp.mk [new file with mode: 0644]
src/modules/rlm_dhcp/all.mk [deleted file]