1# $OpenBSD: Makefile,v 1.12 2017/06/22 18:07:30 bluhm Exp $ 2 3SUBDIR+= cmac 4SUBDIR+= gmac 5SUBDIR+= hmac 6SUBDIR+= key_wrap 7SUBDIR+= enc 8SUBDIR+= aesctr 9SUBDIR+= aesxts 10SUBDIR+= aes 11SUBDIR+= chachapoly 12 13install: 14 15.include <bsd.subdir.mk> 16