mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
15 lines
208 B
Makefile
15 lines
208 B
Makefile
# @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91
|
|
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR= lib .WAIT \
|
|
${_tests} usr.bin
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
_tests= tests
|
|
.endif
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|