blob: 9bc5227ec09e7fa3ef16fda6fdde8878edf1d493 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $OpenBSD: Makefile,v 1.24 2021/09/12 07:06:08 anton Exp $
SUBDIR+= csu
SUBDIR+= libagentx
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>
|