mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 03:40:37 -05:00
mode. Support both connection via connect() and sendto(), but don't compile in sendto() for now, since netipx doesn't appear to actually implement that (doh).
12 lines
108 B
Makefile
12 lines
108 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= spxloopback
|
|
NO_MAN=
|
|
|
|
DPADD= ${LIBIPX};
|
|
LDADD= -lipx
|
|
WARNS= 3
|
|
|
|
.include <bsd.prog.mk>
|