f82d7874c2
timeshared threads and realtime threads.
10 lines
149 B
Makefile
10 lines
149 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/05/23 22:22:36 ad Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
PROG= latency1
|
|
WARNS?= 4
|
|
LDADD= -lpthread -lrt
|
|
|
|
.include <bsd.prog.mk>
|