if_iwm - Adjust if_iwm_sta.h prototypes, don't pass iwm_node to rm_sta().
[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
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
10
11 # maximum parallelism
12 # Note: libssl depends on libcrypto and libressl depends on librecrypto
13 #       This dependency is taken care of by Makefile.inc1
14 #
15 SUBDIR_ORDERED=
16
17 .include <bsd.subdir.mk>