mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
I inserted the necessary SUBDIR+= .WAIT in the previous commit MFC after: 3 weeks Sponsored by: Dell EMC Isilon
9 lines
113 B
Makefile
9 lines
113 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR+= framework
|
|
SUBDIR+= .WAIT
|
|
SUBDIR+= callout_test
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|