dmsg - refactor cluster and pfs identifiers
[dragonfly.git] / secure / lib / Makefile
blobe95425fe09fcf2e475517f07ed79eb88c6842ec9
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.4 2005/09/06 18:55:27 dillon Exp $
4 SUBDIR= libcipher
5 .if !defined(NO_OPENSSL)
6 SUBDIR+=libcrypto libssl
7 .if !defined(NO_OPENSSH)
8 SUBDIR+=libssh
9 .endif
10 .endif
12 # maximum parallelism
14 SUBDIR_ORDERED=
16 .include <bsd.subdir.mk>