mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
Aligns the build with the FreeBSD traditional approach to not build in contrib/, and to track inter-dependencies between libraries. With help from: bdrewery Reviewed by: bdrewery, hselasky Sponsored by: Mellanox Technologies MFC after: 2 weeks Differential revision: https://reviews.freebsd.org/D15648
12 lines
137 B
Makefile
12 lines
137 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= \
|
|
asyncwatch \
|
|
devinfo \
|
|
devices \
|
|
rc_pingpong \
|
|
srq_pingpong \
|
|
uc_pingpong \
|
|
ud_pingpong
|
|
|
|
.include <bsd.subdir.mk>
|