aboutsummaryrefslogtreecommitdiff
path: root/tools/tools/ether_reflect/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tools/ether_reflect/Makefile')
-rw-r--r--tools/tools/ether_reflect/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/tools/ether_reflect/Makefile b/tools/tools/ether_reflect/Makefile
new file mode 100644
index 000000000000..0d20f39baff3
--- /dev/null
+++ b/tools/tools/ether_reflect/Makefile
@@ -0,0 +1,11 @@
+#
+# $FreeBSD$
+#
+# A Makefile that builds both the ether_reflect program and its manual page.
+
+PROG= ether_reflect
+DPADD= ${LIBPCAP}
+LDADD= -lpcap
+CFLAGS+=-DHAVE_SNPRINTF
+
+.include <bsd.prog.mk>