freebsd-dev/tools/regression/p1003_1b/Makefile
2004-10-24 15:33:08 +00:00

18 lines
162 B
Makefile

# $FreeBSD$
PROG=p1003_1b
SRCS=\
fifo.c \
main.c \
memlock.c \
prutil.c \
p26.c \
sched.c \
yield.c
NOMAN=
CFLAGS+=-DNO_MEMLOCK
.include <bsd.prog.mk>