Convert build process to autotools
Replaced the use of a manual Makefile with the use of autotools to
automatically verify and generate the necessary build files. Follow the
steps outlined within the README.md file to build the package.
Change-Id: If5d1cf54ab6f3609b5e65b361b6b389ddce5377d
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..19cf6ef
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,3 @@
+sbin_PROGRAMS = inarp
+
+inarp_SOURCES = inarp.c