mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
9 lines
173 B
Makefile
9 lines
173 B
Makefile
BINDIR?= /usr/bin
|
|
|
|
CFLAGS+= \
|
|
-I../../../../../../sys/ofed/include \
|
|
-I../../../../libibverbs/include \
|
|
-I../../../../include
|
|
|
|
LDADD+= -libverbs -lmlx4 -lmthca -pthread
|
|
|