freebsd-dev/contrib/ofed/Makefile
Hans Petter Selasky e833305789 Simplify the build dependencies when building the OFED libraries.
Suggested by:	bdrewery@
Sponsored by:	Mellanox Technologies
2017-11-24 09:01:08 +00:00

11 lines
157 B
Makefile

# $FreeBSD$
# NOTE: Make sure WITH_OFED=YES is set when building this top-level directory.
SUBDIR= \
include \
usr.lib \
usr.bin
.include <bsd.subdir.mk>