testcases: Attempt to integrate POSIX IPC tests to dfregress(8)
[dragonfly.git] / test / testcases / posixipc / open_non_existing / Makefile
1 PROG=   open_non_existing
2 SRCS=   open_non_existing.c common.c
3 NO_MAN=
4 LDADD=  -lpthread
5
6 CFLAGS= -I ${.CURDIR}/../common
7 WARNS?= 3
8
9 .include <bsd.prog.mk>
10 .PATH: ${.CURDIR}/../common