summaryrefslogtreecommitdiffstats
path: root/secure/usr.sbin/Makefile
blob: c43461057f6016dfe79728cb71ba7ae7bdcf3c80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

SUBDIR= 
.if !defined(NO_OPENSSH) && !defined(NO_OPENSSL)
SUBDIR+=sshd
.endif

.if !defined(NO_SENDMAIL) && !defined(NO_OPENSSL)
SUBDIR+=sendmail
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud