opnsense-src/tools/tools/ether_reflect/Makefile
Bryan Drewery eacae6dc66 Fix LDADD/DPADD that should be LIBADD.
Sponsored by:	EMC / Isilon Storage Division
2015-12-04 03:17:47 +00:00

10 lines
177 B
Makefile

#
# $FreeBSD$
#
# A Makefile that builds both the ether_reflect program and its manual page.
PROG= ether_reflect
LIBADD= pcap
CFLAGS+=-DHAVE_SNPRINTF
.include <bsd.prog.mk>