4d09b8408a
for convenient crosscompiling & running. Change-Id: I7dfcea109c00e1457f9de9b2e6437fe6cf925ba7
7 lines
95 B
Makefile
7 lines
95 B
Makefile
|
|
PROG=poll2
|
|
SRCS=time-polling.c
|
|
CPPFLAGS+=-DHAS_POLL2 -DUNIXBENCH
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|