xref: /dragonfly/test/testcases/posixipc/unlink_path_too_long/Makefile (revision 77e0f6fe61b8b7c72972fb2e100be26d59a9c52b)
1PROG=     unlink_path_too_long
2SRCS=     unlink_path_too_long.c common.c
3NOMAN=
4LDADD=  -lpthread
5
6CFLAGS= -I ${.CURDIR}/../common
7WARNS?=   3
8
9.include <bsd.prog.mk>
10.PATH: ${.CURDIR}/../common
11