NetBSD/usr.sbin/schedctl/Makefile
rmind 5c71a4d49f Implementation of processor-sets, affinity and POSIX real-time extensions.
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>.
2008-01-15 03:37:10 +00:00

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>