xref: /freebsd/crypto/openssl/demos/sslecho/build.info (revision e7be843b4a162e68651d3911f0357ed464915629)
1*e7be843bSPierre Pronchery#
2*e7be843bSPierre Pronchery# To run the demos when linked with a shared library (default) ensure that
3*e7be843bSPierre Pronchery# libcrypto and libssl are on the library path. For example:
4*e7be843bSPierre Pronchery#
5*e7be843bSPierre Pronchery#    LD_LIBRARY_PATH=../.. ./sslecho
6*e7be843bSPierre Pronchery
7*e7be843bSPierre ProncheryPROGRAMS{noinst} = sslecho
8*e7be843bSPierre Pronchery
9*e7be843bSPierre ProncheryINCLUDE[sslecho]=../../include
10*e7be843bSPierre ProncherySOURCE[sslecho]=main.c
11*e7be843bSPierre ProncheryDEPEND[sslecho]=../../libcrypto ../../libssl
12