44eb18fda8
options. Without it there's no easy way to test or use processor sets.
11 lines
131 B
Makefile
11 lines
131 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/06/22 13:53:59 ad Exp $
|
|
|
|
PROG= psrset
|
|
MAN= psrset.8
|
|
|
|
LDADD+= -lrt
|
|
|
|
WARNS= 4
|
|
|
|
.include <bsd.prog.mk>
|