blob: d6ee2f160a04c75945111afb87350de5c1b1c2db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $OpenBSD: Makefile,v 1.25 2017/03/05 14:15:53 jsing Exp $
SUBDIR= \
asn1 \
bytestring \
ciphers \
client \
pqueue \
server \
ssl \
unit
install:
.include <bsd.subdir.mk>
|