freebsd-dev/tools/regression/p1003_1b/Makefile
2004-12-21 08:47:35 +00:00

18 lines
163 B
Makefile

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