repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
crypto
/
external
/
bsd
/
openssl
/
dist
/
demos
/
tunala
/
Makefile.am
blob
706c7806c9d91e38f94a2939b70a600266189a39
1
# Our includes come from the OpenSSL build-tree we're in
2
INCLUDES = -I$(top_builddir)/../../include
3
4
bin_PROGRAMS = tunala
5
6
tunala_SOURCES = tunala.c buffer.c cb.c ip.c sm.c breakage.c
7
tunala_LDADD = -L$(top_builddir)/../.. -lssl -lcrypto