mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-15 02:05:40 +00:00
13 lines
108 B
Makefile
13 lines
108 B
Makefile
# $Cryb$
|
|
|
|
SUBDIRS = \
|
|
core \
|
|
digest \
|
|
enc \
|
|
mac \
|
|
rand \
|
|
oath
|
|
|
|
if WITH_RSAREF
|
|
SUBDIRS += rsaref
|
|
endif
|