blob: 24749b95b4c03c7f8c50a006991f29c80a324075 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $OpenBSD: Makefile,v 1.33 2011/07/02 18:12:48 martynas Exp $
SUBDIR+= _setjmp alloca atexit basename cxa-atexit db dirname fnmatch
SUBDIR+= fpclassify getaddrinfo getcap getopt_long glob hsearch longjmp
SUBDIR+= locale malloc netdb popen printf regex setjmp setjmp-signal
SUBDIR+= sigreturn sigsetjmp sprintf strerror strtod strtonum telldir time vis
SUBDIR+= orientation stdio_threading mkstemp env cephes
.if (${MACHINE_ARCH} != "vax")
SUBDIR+= ieeefp
.endif
.if exists(arch/${MACHINE_ARCH})
SUBDIR+= arch/${MACHINE_ARCH}
.endif
install:
.include <bsd.subdir.mk>
|