1 # $NetBSD: Makefile,v 1.9 2008/10/26 07:28:49 mrg Exp $
10 MAN
+= aio_cancel
.3 aio_error
.3 aio_fsync
.3 aio_read
.3 aio_return
.3 \
11 aio_suspend
.3 aio_write
.3 lio_listio
.3 \
12 mq_close
.3 mq_getattr
.3 mq_notify
.3 mq_open
.3 mq_receive
.3 \
13 mq_send
.3 mq_setattr
.3 mq_unlink
.3 \
15 sem_destroy
.3 sem_getvalue
.3 sem_init
.3 sem_open
.3 sem_post
.3 \
18 MLINKS
+= sem_open
.3 sem_close
.3
19 MLINKS
+= sem_open
.3 sem_unlink
.3
20 MLINKS
+= sem_wait
.3 sem_trywait
.3
22 MLINKS
+= pset
.3 pset_create
.3
23 MLINKS
+= pset
.3 pset_assign
.3
24 MLINKS
+= pset
.3 pset_bind
.3
25 MLINKS
+= pset
.3 pset_destroy
.3
27 MLINKS
+= sched
.3 sched_setparam
.3
28 MLINKS
+= sched
.3 sched_getparam
.3
29 MLINKS
+= sched
.3 sched_setscheduler
.3
30 MLINKS
+= sched
.3 sched_getscheduler
.3
31 MLINKS
+= sched
.3 sched_get_priority_max
.3
32 MLINKS
+= sched
.3 sched_get_priority_min
.3
33 MLINKS
+= sched
.3 sched_rr_get_interval
.3
34 MLINKS
+= sched
.3 sched_yield
.3
38 .
include "${.CURDIR}/../libc/libcincludes.mk"
42 .
include "${.CURDIR}/sys/Makefile.inc"