blob: 85e50ecb0468d5615054456b6a6db9d5f46e4e96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $OpenBSD: Makefile,v 1.24 2016/11/04 19:45:12 jsing Exp $
SUBDIR= \
asn1 \
bytestring \
ciphers \
client \
pqueue \
ssl \
unit
install:
.include <bsd.subdir.mk>
|