mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
14 lines
158 B
Makefile
14 lines
158 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR= \
|
|
libibverbs \
|
|
librdmacm \
|
|
infiniband-diags
|
|
|
|
SUBDIR.${MK_OFED_EXTRA}+= opensm
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|