]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/regression/p1003_1b/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / tools / regression / p1003_1b / Makefile
1 # $FreeBSD$
2
3 PROG=p1003_1b
4
5 SRCS=\
6         fifo.c \
7         main.c \
8         memlock.c \
9         prutil.c \
10         p26.c \
11         sched.c \
12         yield.c
13
14 NO_MAN=
15
16 CFLAGS+=-DNO_MEMLOCK
17 .include <bsd.prog.mk>