bc0a39238e
. also imports seq(1) to help it . add -C option to time(1) to print tsc difference . increase col width for ministat for tsc numbers
7 lines
128 B
Makefile
7 lines
128 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/04/14 22:15:26 lukem Exp $
|
|
|
|
PROG= seq
|
|
DPADD= ${LIBMATH}
|
|
LDADD= -lm
|
|
|
|
.include <bsd.prog.mk>
|