Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / secure / lib / Makefile
1 # $FreeBSD: src/secure/lib/Makefile,v 1.19.2.5 2003/04/04 21:33:15 ru Exp $
2 # $DragonFly: src/secure/lib/Makefile,v 1.2 2003/06/17 04:27:48 dillon Exp $
3
4 SUBDIR= libcipher
5 .if !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(MAKE_KERBEROS4) && !defined(MAKE_KERBEROS5)
6 SUBDIR+=libtelnet
7 .endif
8 .if !defined(NO_OPENSSL)
9 SUBDIR+=libcrypto libssl
10 .if !defined(NO_OPENSSH)
11 SUBDIR+=libssh
12 .endif
13 .endif
14
15 .include <bsd.subdir.mk>