usched: Allow process to change self cpu affinity
[dragonfly.git] / lib / libdevattr / mktest
blobdf633c42a38ffc91c04028a3524ed1973710110f
1 DEBUG_FLAGS=-g
2 PROG=   devattr_test
3 SRCS=   devattr_test.c
4 LDADD=  -lprop -L. -ldevattr
5 NOMAN=
7 .include <bsd.prog.mk>