summaryrefslogtreecommitdiff
path: root/regress/sys/crypto/Makefile
blob: 62c85555f840fe3e1139e1baf557ad50dfcbfaff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$OpenBSD: Makefile,v 1.8 2010/09/22 12:04:13 mikeb Exp $

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

install:

.include <bsd.subdir.mk>