]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - secure/lib/Makefile
Implement pci_enable_msi() and pci_disable_msi() in the LinuxKPI.
[FreeBSD/FreeBSD.git] / secure / lib / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 SUBDIR= 
6 .if ${MK_OPENSSL} != "no"
7 SUBDIR+=libcrypto libssl
8 .if ${MK_OPENSSH} != "no"
9 SUBDIR+=libssh
10 .endif
11 .endif
12
13 SUBDIR.${MK_TESTS}+= tests
14
15 .include <bsd.subdir.mk>