5c71a4d49f
Add schedctl(8) - a program to control scheduling of processes and threads. Notes: - This is supported only by SCHED_M2; - Migration of LWP mechanism will be revisited; Proposed on: <tech-kern>. Reviewed by: <ad>.
11 lines
133 B
Makefile
11 lines
133 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/01/15 03:37:15 rmind Exp $
|
|
|
|
PROG= schedctl
|
|
MAN=
|
|
|
|
LDADD+= -lrt -lkvm
|
|
|
|
WARNS= 4
|
|
|
|
.include <bsd.prog.mk>
|