xref: /freebsd/crypto/openssl/demos/sslecho/build.info (revision edbbf26e2650e02cd3925dd1deaacf9b8fb2e2a0)
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