diff options
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 2cb2a2d9c4f7..1df8401cd0be 100644 --- a/security/Makefile +++ b/security/Makefile @@ -186,7 +186,16 @@ SUBDIR += hotssh SUBDIR += hs-Crypto SUBDIR += hs-SHA + SUBDIR += hs-clientsession + SUBDIR += hs-cprng-aes + SUBDIR += hs-crypto-api + SUBDIR += hs-crypto-pubkey-types + SUBDIR += hs-cryptocipher + SUBDIR += hs-cryptohash SUBDIR += hs-digest + SUBDIR += hs-entropy + SUBDIR += hs-pwstore-fast + SUBDIR += hs-skein SUBDIR += httprint SUBDIR += hunch SUBDIR += hydra |