summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/Makefile
blob: 330da3217fcd4c7fbcbdf0c365478abfa6ab8123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$OpenBSD: Makefile,v 1.6 2002/02/18 11:28:27 art Exp $

SUBDIR+= _setjmp db regex setjmp sigsetjmp malloc sigreturn popen
SUBDIR+= longjmp
.if (${MACHINE_ARCH} != "vax")
SUBDIR+= ieeefp
.endif

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

regress: _SUBDIRUSE

install:

.include <bsd.subdir.mk>