freebsd-skq/tools/regression/p1003_1b/Makefile
ngie 51ad8d558e - Fix compilation (MAP_INHERIT's dead)
- Fix warnings
- Use mkstemp instead of tmpnam

MFC after: 1 week
2015-04-27 08:34:46 +00:00

19 lines
161 B
Makefile

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