kernel - TMPFS - Bug fixing pass - directory hierarchy
[dragonfly.git] / tools / regression / p1003_1b / Makefile
blob2f75d67de0c95d2f94661788a126e340b288da03
1 # $FreeBSD: src/tools/regression/p1003_1b/Makefile,v 1.1 2000/02/16 14:28:39 dufault Exp $
2 # $DragonFly: src/tools/regression/p1003_1b/Makefile,v 1.2 2003/06/17 04:29:11 dillon Exp $
4 PROG=p1003_1b
6 SRCS=\
7 fifo.c \
8 main.c \
9 memlock.c \
10 prutil.c \
11 p26.c \
12 sched.c \
13 yield.c
15 NOMAN=1
17 COPTS+=-DNO_MEMLOCK
18 .include <bsd.prog.mk>