78e999da3aa215929e08ddb5ea22852d94cff86b
[dragonfly.git] / test / testcases / posixipc / open_after_unlink / Makefile
1 PROG=   open_after_unlink
2 SRCS=   open_after_unlink.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