Replace the remaining NG_*LEN constants with NG_*SIZ constants for real.
[dragonfly/vkernel-mp.git] / secure / usr.bin / Makefile
blob7d0a476408bbb94980f0085798bc426182a96000
1 # $FreeBSD: src/secure/usr.bin/Makefile,v 1.14.2.4 2002/07/05 11:11:01 des Exp $
2 # $DragonFly: src/secure/usr.bin/Makefile,v 1.4 2005/09/06 20:55:33 dillon Exp $
4 SUBDIR= bdes
5 .if !defined(NO_CRYPT) && !defined(NO_OPENSSL) && !defined(WANT_KERBEROS)
6 SUBDIR+=telnet
7 .endif
8 .if !defined(NO_OPENSSL)
9 SUBDIR+=openssl
10 .if !defined(NO_OPENSSH)
11 SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan
12 .endif
13 .endif
15 .include <bsd.subdir.mk>