blob: 450ecbc657f6b5aaec2ac2ca8dbe352af60b435e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $OpenBSD: Makefile,v 1.11 2002/10/07 21:27:15 marc Exp $
SUBDIR= cancel close cwd execve fork group netdb pcap poll \
preemption preemption_float pthread_cond_timedwait pthread_create \
pthread_join pthread_mutex pthread_specific readdir select \
setjmp signal siginfo sigsuspend sigwait sleep socket stdarg stdio \
switch system
# Not available or disabled: fcntl, pause, preemption_float and pw
install:
.include <bsd.subdir.mk>
|