mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 02:42:46 +00:00
9 lines
135 B
Makefile
9 lines
135 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PROG= cxgbetool
|
||
|
MAN= cxgbetool.8
|
||
|
CFLAGS+= -I${SRCTOP}/sys/dev/cxgbe -I${SRCTOP}/sys -I.
|
||
|
WARNS?= 2
|
||
|
|
||
|
.include <bsd.prog.mk>
|