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