if_iwm - Switch arguments from iwm_node* to iwm_vap* in if_iwm_power.c.
[dragonfly.git] / secure / lib / Makefile
blob369852df9625decfbc7267f41172a0050a95aa03
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(FORCE_OPENSSL) # to be removed during 4.8 development
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>