uipc: Make sure that listen is completed.
[dragonfly.git] / secure / lib / Makefile
blobc5931f5c7b75a76d5cc00fde7f6b084f70de1f91
1 # $FreeBSD: src/secure/lib/Makefile,v 1.19.2.5 2003/04/04 21:33:15 ru Exp $
3 SUBDIR= libcipher
4 .if !defined(NO_OPENSSL)
5 SUBDIR+=libcrypto libssl
6 .endif
7 .if !defined(NO_LIBRESSL)
8 SUBDIR+=librecrypto libressl libssh
9 .endif
11 # maximum parallelism
12 # Note: libssl depends on libcrypto and libressl depends on librecrypto
13 # This dependency is taken care of by Makefile.inc1
15 SUBDIR_ORDERED=
17 .include <bsd.subdir.mk>