]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/regression/p1003_1b/Makefile
Merge CK as of commit 255a47553aa5e8d0bb5f8eec63acac7f4c25a6d8, mostly
[FreeBSD/FreeBSD.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 MAN=
15
16 CFLAGS+=-DNO_MEMLOCK
17
18 .include <bsd.prog.mk>