mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-06 21:57:22 -04:00
10 lines
149 B
Makefile
10 lines
149 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/05/28 11:34:07 ad Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
PROG= latency2
|
|
WARNS?= 4
|
|
LDADD= -lpthread -lrt
|
|
|
|
.include <bsd.prog.mk>
|