diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2020-03-20 21:43:08 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2020-03-20 21:43:08 +0000 |
commit | 737493770cbfb0e6144e7c1eddebbe9160394a0f (patch) | |
tree | 041bf5f9d13b214279a3737b71d9ed65826ac7a6 /crypto/openssl/build.info | |
parent | 29b5aa1b8efcee2c420239594c8840a0e465e8dd (diff) | |
download | src-test2-737493770cbfb0e6144e7c1eddebbe9160394a0f.tar.gz src-test2-737493770cbfb0e6144e7c1eddebbe9160394a0f.zip |
Notes
Diffstat (limited to 'crypto/openssl/build.info')
-rw-r--r-- | crypto/openssl/build.info | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/crypto/openssl/build.info b/crypto/openssl/build.info index 3dda4e89bf5c..05c9bdd19c56 100644 --- a/crypto/openssl/build.info +++ b/crypto/openssl/build.info @@ -9,20 +9,20 @@ ""; -} LIBS=libcrypto libssl -INCLUDE[libcrypto]=. crypto/include include +INCLUDE[libcrypto]=. include INCLUDE[libssl]=. include DEPEND[libssl]=libcrypto # Empty DEPEND "indices" means the dependencies are expected to be built # unconditionally before anything else. -DEPEND[]=include/openssl/opensslconf.h crypto/include/internal/bn_conf.h \ - crypto/include/internal/dso_conf.h +DEPEND[]=include/openssl/opensslconf.h include/crypto/bn_conf.h \ + include/crypto/dso_conf.h DEPEND[include/openssl/opensslconf.h]=configdata.pm GENERATE[include/openssl/opensslconf.h]=include/openssl/opensslconf.h.in -DEPEND[crypto/include/internal/bn_conf.h]=configdata.pm -GENERATE[crypto/include/internal/bn_conf.h]=crypto/include/internal/bn_conf.h.in -DEPEND[crypto/include/internal/dso_conf.h]=configdata.pm -GENERATE[crypto/include/internal/dso_conf.h]=crypto/include/internal/dso_conf.h.in +DEPEND[include/crypto/bn_conf.h]=configdata.pm +GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in +DEPEND[include/crypto/dso_conf.h]=configdata.pm +GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in IF[{- defined $target{shared_defflag} -}] IF[{- $config{target} =~ /^mingw/ -}] |