mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 15:35:10 -04:00
10 lines
157 B
Makefile
10 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>
|