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