mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
20 lines
223 B
Makefile
20 lines
223 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= beyond4.3 \
|
|
bufbio \
|
|
contents \
|
|
devfs \
|
|
diskperf \
|
|
fsinterface \
|
|
jail \
|
|
kernmalloc \
|
|
kerntune \
|
|
malloc \
|
|
newvm \
|
|
relengr \
|
|
sysperf \
|
|
timecounter
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|