xref: /freebsd/crypto/openssl/demos/keyexch/build.info (revision 24e4dcf4ba5e9dedcf89efd358ea3e1fe5867020)
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=../.. ./x25519
6
7PROGRAMS{noinst} = x25519
8
9INCLUDE[x25519]=../../include
10SOURCE[x25519]=x25519.c
11DEPEND[x25519]=../../libcrypto
12