summaryrefslogtreecommitdiff
path: root/regress/sys/crypto/Makefile
blob: 5977c1b35320b4861f3bfa79d34d6e3c48c726a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.7 2008/08/12 15:49:07 damien Exp $

SUBDIR=enc
SUBDIR+=aesctr
SUBDIR+=aesxts
SUBDIR+=aes
SUBDIR+=cmac
SUBDIR+=hmac
SUBDIR+=key_wrap

install:

.include <bsd.subdir.mk>