opnsense-src/secure/usr.sbin/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

16 lines
181 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
SUBDIR=
.if ${MK_OPENSSH} != "no"
SUBDIR+=sshd
.endif
.if ${MK_TESTS} != "no"
SUBDIR+=tests
.endif
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>