summaryrefslogtreecommitdiffstats
path: root/regress/lib/Makefile
blob: 30e17b28acd35b827ebe97218f967780fb28d4e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#	$OpenBSD: Makefile,v 1.21 2018/07/09 09:04:33 mpi Exp $

SUBDIR+=	csu
SUBDIR+=	libc
SUBDIR+=	libcrypto
SUBDIR+=	libedit
SUBDIR+=	libevent
SUBDIR+=	libexpat
SUBDIR+=	libfuse
SUBDIR+=	libm
SUBDIR+=	libpthread
SUBDIR+=	libradius
SUBDIR+=	libskey
SUBDIR+=	libsndio
SUBDIR+=	libssl
SUBDIR+=	libtls
SUBDIR+=	libusbhid
SUBDIR+=	libutil

install:

.include <bsd.subdir.mk>