opnsense-src/gnu/Makefile
Franco Fichtner 51aeb3f459 src: clean-cut move to release/10.3.0
Taken from: FreeBSD
Commit ref: b62280e683e2
2016-05-21 08:25:57 +02:00

15 lines
207 B
Makefile

# @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91
# $FreeBSD$
.include <bsd.own.mk>
SUBDIR= lib .WAIT \
${_tests} usr.bin
.if ${MK_TESTS} != "no"
_tests= tests
.endif
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>