mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 00:45:17 -04:00
10 lines
177 B
Makefile
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>
|