]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - tools/regression/p1003_1b/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>