blob: 7641be2de0e8521f3b4cb04afcbc6425ee84cc19 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.4 2019/05/13 10:00:29 rob Exp $
# Makefile for regress/libutil
SUBDIR= bcrypt_pbkdf ber fmt_scaled pkcs5_pbkdf2
include:
.include <bsd.subdir.mk>
|