Deleted Added
full compact
Makefile (116015) Makefile (117675)
1# $FreeBSD: head/secure/usr.bin/Makefile 116015 2003-06-08 08:24:07Z markm $
1# $FreeBSD: head/secure/usr.bin/Makefile 117675 2003-07-16 20:59:15Z markm $
2
3SUBDIR=
4.if !defined(NO_OPENSSL)
5SUBDIR+=bdes openssl
6.if !defined(NO_OPENSSH)
7SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan
8.endif
2
3SUBDIR=
4.if !defined(NO_OPENSSL)
5SUBDIR+=bdes openssl
6.if !defined(NO_OPENSSH)
7SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan
8.endif
9.if defined(NO_KERBEROS)
10SUBDIR+=telnet
11.endif
9.endif
12.endif
13
14.include <bsd.subdir.mk>
10
11.include <bsd.subdir.mk>