summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/Makefile
blob: 86c2e4b59a0f3685699f812eb17ecdaf7857e149 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$OpenBSD: Makefile,v 1.13 2004/02/11 23:38:11 deraadt Exp $

SUBDIR+= _setjmp alloca atexit db getaddrinfo longjmp malloc
SUBDIR+= popen regex setjmp setjmp-signal sigreturn sigsetjmp
SUBDIR+= sprintf time

.if (${MACHINE_ARCH} != "vax")
SUBDIR+= ieeefp
.endif

.if exists(arch/${MACHINE_ARCH})
SUBDIR+= arch/${MACHINE_ARCH}
.endif

install:

.include <bsd.subdir.mk>