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