Merge branch 'vendor/FILE'
[dragonfly.git] / test / testcases / posixipc / open_path_too_long / Makefile
1 PROG=   open_path_too_long
2 SRCS=   open_path_too_long.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