opnsense-src/gnu/Makefile
Franco Fichtner eb99233983 src: clean-cut move to release/11.0.0
Taken from: FreeBSD
Commit ref: d508cb8c8f
2016-10-03 12:28:21 +02:00

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>