DHCP Relay Application, addressed the review comments for patch-2.
Change-Id: If447f3786c661c667460f43fc659ea71dd198be7
diff --git a/apps/dhcprelay/BUCK b/apps/dhcprelay/BUCK
new file mode 100644
index 0000000..aad1a8d
--- /dev/null
+++ b/apps/dhcprelay/BUCK
@@ -0,0 +1,15 @@
+COMPILE_DEPS = [
+ '//lib:CORE_DEPS',
+]
+
+osgi_jar (
+ deps = COMPILE_DEPS,
+)
+
+onos_app (
+ app_name = 'org.onosproject.dhcprelay',
+ title = 'DHCP Relay Agent App',
+ category = 'default',
+ url = 'http://onosproject.org',
+ description = 'DHCP Relay Agent Application.',
+)