summaryrefslogtreecommitdiff
path: root/regress/lib/libc_r/Makefile
blob: f78a928032cf0a1529fd742e0ebe98604e7857b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $OpenBSD: Makefile,v 1.1 2001/08/15 14:37:10 fgsch Exp $

SUBDIR= cancel close cwd execve fork group netdb poll \
	preemption pthread_cond_timedwait pthread_create \
	pthread_join pthread_mutex readdir select setjmp signal \
	sigsuspend sigwait sleep socket stdarg stdio switch

# Not available or disabled: fcntl, pause, preemption_float and pw

regress: _SUBDIRUSE

install:

.include <bsd.subdir.mk>