summaryrefslogtreecommitdiff
path: root/regress/lib/libc_r/Makefile
blob: 6165d505244495358b4b773aa5a2178dc0b0f2dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $OpenBSD: Makefile,v 1.15 2003/01/19 21:23:45 marc Exp $

SUBDIR= cancel cancel2 close cwd execve fork group malloc_duel netdb pcap poll \
	preemption preemption_float pthread_cond_timedwait pthread_create \
	pthread_join pthread_kill pthread_mutex pthread_specific readdir \
	select setjmp signal sigdeliver siginfo signodefer sigsuspend \
	sigwait sleep socket stdarg stdio switch system

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

install:

.include <bsd.subdir.mk>