mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 10:01:02 +01:00
e9ac41698b
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
14 lines
287 B
Makefile
14 lines
287 B
Makefile
PACKAGE= cxgbe-tools
|
|
PROG= cxgbetool
|
|
MAN= cxgbetool.8
|
|
SRCS= cxgbetool.c
|
|
SRCS+= tcb_common.c
|
|
SRCS+= tcbinfot4.c tcbshowt4.c
|
|
SRCS+= tcbinfot5.c tcbshowt5.c
|
|
SRCS+= tcbinfot6.c tcbshowt6.c
|
|
CFLAGS+= -I${SRCTOP}/sys/dev/cxgbe -I${SRCTOP}/sys -I.
|
|
LIBADD= pcap
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|