mirror of
https://github.com/opnsense/src.git
synced 2026-03-15 23:25:30 -04:00
alignment issues in it. (Though I doubt anyone still cares about NetWare support...) MFC after: 1 week
9 lines
114 B
Makefile
9 lines
114 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ncplist
|
|
NO_WCAST_ALIGN=
|
|
|
|
DPADD= ${LIBNCP} ${LIBIPX}
|
|
LDADD= -lncp -lipx
|
|
|
|
.include <bsd.prog.mk>
|