mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 23:45:12 -04:00
11 lines
196 B
Makefile
11 lines
196 B
Makefile
#
|
|
# $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>
|