mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
11 lines
160 B
Makefile
11 lines
160 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= contrib font man src tmac
|
|
|
|
.for subdir in ${SUBDIR:Nsrc}
|
|
SUBDIR_DEPEND_${subdir}= src
|
|
.endfor
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|