12 lines
245 B
Makefile
12 lines
245 B
Makefile
PKGNAMESUFFIX= -lite
|
|
|
|
COMMENT= Firmware Burning and Diagnostics Tools for Mellanox devices (lite version)
|
|
|
|
CONFLICTS_INSTALL= mstflint
|
|
|
|
LITE= yes
|
|
MASTERDIR= ${.CURDIR}/../mstflint
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|